Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | t2107: mark passing test as success | Jeff King | 2010-12-19 | 1 | -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 index | Nguyễn Thái Ngọc Duy | 2010-10-22 | 1 | -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> |