aboutsummaryrefslogtreecommitdiff
path: root/t/t2101-update-index-reupdate.sh
Commit message (Collapse)AuthorAge
* tests: Remove heredoc usage inside quotesEric Wong2006-05-25
| | | | | | | | The use of heredoc inside quoted strings doesn't seem to be supported by dash. pdksh seems to handle it fine, however. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
* update-index --again: take optional pathspecsJunio C Hamano2006-05-05
| | | | | | | When pathspecs are given, update-index --again further limits the set of paths to be updated to those that match them. Signed-off-by: Junio C Hamano <junkio@cox.net>
* update-index --againJunio C Hamano2006-05-05
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>