update-index --again
authorJunio C Hamano <junkio@cox.net>
Sat, 6 May 2006 00:40:47 +0000 (17:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 6 May 2006 05:57:27 +0000 (22:57 -0700)
After running 'git-update-index' for some paths, you may want to
do the update on the same set of paths again.

The new flag --again checks the paths whose index entries are
are different from the HEAD commit and updates them from the
working tree contents.

This was brought up by Carl Worth on #git.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found