Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Using git API to add all changes including new files in the working directory

Hi,

forget my question. I forgot to try the obvious "." as file pattern. Sorry. Will think before mailing next time...

Best regards,
Jan Finis


Am 15.01.2011 19:19, schrieb Jan Finis:
Hello,

how can I use the git API to add the complete working dir to the index. Just running add() without any filePatterns doesn't do it; a newly created file is still unadded afterwards. Also adding ("*") as file pattern does not show the desired result. Is there a special pattern that must be used to just add all changes (also new files) in the working dir?

Best regards,
Jan Finis
_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jgit-dev



Back to the top