Age | Commit message (Expand) | Author | Files | Lines |
2020-05-20 | t: use update-ref and show-ref to reading/writing refs | Han-Wen Nienhuys | 1 | -1/+1 |
2020-02-14 | Merge branch 'jk/get-oid-error-message-i18n' | Junio C Hamano | 1 | -24/+24 |
2020-02-12 | Merge branch 'jk/escaped-wildcard-dwim' | Junio C Hamano | 1 | -0/+14 |
2020-01-30 | sha1-name: mark get_oid() error messages for translation | Jeff King | 1 | -13/+13 |
2020-01-28 | t1506: drop space after redirection operator | Jeff King | 1 | -11/+11 |
2020-01-27 | verify_filename(): handle backslashes in "wildcards are pathspecs" rule | Jeff King | 1 | -0/+14 |
2019-11-27 | test: use test_must_be_empty F instead of test -z $(cat F) | René Scharfe | 1 | -4/+4 |
2019-10-07 | Merge branch 'rs/nth-parent-parse' | Junio C Hamano | 1 | -0/+8 |
2019-09-16 | sha1-name: check for overflow of N in "foo^N" and "foo~N" | René Scharfe | 1 | -2/+2 |
2019-09-16 | rev-parse: demonstrate overflow of N for "foo^N" and "foo~N" | René Scharfe | 1 | -0/+8 |
2019-09-06 | t: use common $SQ variable | Denton Liu | 1 | -3/+2 |
2018-02-13 | Mark messages for translations | Alexander Shopov | 1 | -1/+1 |
2016-06-17 | i18n: setup: mark strings for translation | Vasco Almeida | 1 | -1/+1 |
2016-03-06 | setup: make startup_info available everywhere | Jeff King | 1 | -5/+0 |
2013-12-09 | rev-parse: correctly diagnose revision errors before "--" | Jeff King | 1 | -0/+24 |
2012-08-23 | specifying ranges: we did not mean to make ".." an empty set | Junio C Hamano | 1 | -0/+14 |
2012-06-18 | verify_filename(): ask the caller to chose the kind of diagnosis | Matthieu Moy | 1 | -1/+1 |
2012-06-18 | sha1_name: do not trigger detailed diagnosis for file arguments | Matthieu Moy | 1 | -0/+11 |
2011-05-09 | t1507: avoid "${parameter<op>'word'}" inside double-quotes | Junio C Hamano | 1 | -2/+5 |
2011-04-03 | sha1_name: Suggest commit:./file for path in subdir | Michael J Gruber | 1 | -1/+1 |
2011-04-03 | t1506: factor out test for "Did you mean..." | Michael J Gruber | 1 | -5/+12 |
2010-12-09 | get_sha1: teach ":$n:<path>" the same relative path logic | Junio C Hamano | 1 | -0/+24 |
2010-12-07 | get_sha1: support relative path ":path" syntax | Nguyễn Thái Ngọc Duy | 1 | -0/+62 |
2010-08-24 | rev-parse: tests git rev-parse --verify master@{n}, for various n | Jon Seymour | 1 | -0/+9 |
2009-12-07 | Detailed diagnosis when parsing an object name fails. | Matthieu Moy | 1 | -0/+69 |