Stefan Roese wrote: > With git-update-index all new files are added to the index > automatically (without parameters), right? No. You have to manually specify all file names with git-update-index. Fortunately, there's a shortcut: git-update-index `git-diff-index --name-only -p HEAD`