From: Junio C Hamano Date: Sat, 6 May 2006 00:40:47 +0000 (-0700) Subject: update-index --again X-Git-Tag: v1.4.1-rc1~130^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/83e77a25dc194933c0fb7908ab6d9fb84a5045e2?hp=83e77a25dc194933c0fb7908ab6d9fb84a5045e2 update-index --again 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 ---