Skip to main content

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

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


Back to the top