summaryrefslogtreecommitdiff
path: root/t/t2107-update-index-basic.sh
Commit message (Collapse)AuthorAgeFilesLines
* t2107: mark passing test as successJeff King2010-12-191-1/+1
| | | | | | | | This failed on the branch where it was introduced, but was fixed by merging with 6e67619 (Merge branch 'jn/parse-options-extra'). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* update-index -h: show usage even with corrupt indexNguyễn Thái Ngọc Duy2010-10-221-0/+32
When trying to fix up a corrupt repository, one might prefer that "update-index -h" print an accurate usage message and exit rather than reading the repository and complaining about the corruption. [jn: with rewritten log message and tests] Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>