| [JGit] AddCommand adds ALL files, not just modified and new [message #549917] |
Wed, 28 July 2010 09:04  |
Kees Bakker Messages: 8 Registered: July 2010 |
Junior Member |
|
|
Hi,
AddCommand.call() adds all files from the filepatterns. This is unexpected (for me, at least). Is this intentional? This is not what git-add commandline tool does. If I simply want to add all modified and new files I can do the following on the commandline:
git add .
The question is: should I be able to use AddCommand for that?
Kind regards, Kees Bakker
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01785 seconds