commit | 83e77a25dc194933c0fb7908ab6d9fb84a5045e2 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Fri May 05 17:40:47 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Fri May 05 22:57:27 2006 -0700 |
tree | 37764549596cbbeb323a7afb5da8fb77eba93fd8 | |
parent | fb69a760cc9103d1f8341a3c8ea09bd15a8a412d [diff] |
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 <junkio@cox.net>