
27 Feb
2007
27 Feb
'07
4:48 p.m.
On Feb 27, 2007, at 8:56 AM, Timur Tabi wrote:
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`
I think git-add in 1.5 is suppose to clean all this up and be the single front end to get items into the index (either new files or existing).
- k