summaryrefslogtreecommitdiff
path: root/t/t1512-rev-parse-disambiguation.sh
Commit message (Expand)AuthorAgeFilesLines
* t1512: become resilient to GETTEXT_POISON buildjk/ambiguous-short-object-namesVasco Almeida2016-10-121-1/+1
* get_short_sha1: make default disambiguation configurableJeff King2016-09-271-0/+14
* get_short_sha1: list ambiguous objects on errorJeff King2016-09-261-0/+24
* for_each_abbrev: drop duplicate objectsJeff King2016-09-261-0/+7
* get_short_sha1: parse tags when looking for treeishJeff King2016-09-261-0/+7
* get_sha1: propagate flags to child functionsJeff King2016-09-261-1/+13
* get_sha1: avoid repeating ourselves via ONLY_TO_DIEJeff King2016-09-261-0/+6
* t/t1512-rev-parse-disambiguation.sh: use the $( ... ) construct for command s...Elia Pinto2015-12-271-4/+4
* Merge branch 'jc/t1512-fix'Junio C Hamano2013-07-111-10/+22
|\
| * t1512: correct leftover constants from earlier editionJunio C Hamano2013-07-011-10/+22
* | get_sha1: warn about full or short object names that look like refsNguyễn Thái Ngọc Duy2013-05-291-0/+18
|/
* t1512: match the "other" object namesJunio C Hamano2012-07-131-3/+3
* t1512: ignore whitespaces in wc -l outputJunio C Hamano2012-07-111-1/+1
* rev-parse --disambiguate=<prefix>Junio C Hamano2012-07-091-0/+9
* rev-parse: A and B in "rev-parse A..B" refer to committishJunio C Hamano2012-07-091-1/+1
* reset: the command takes committishJunio C Hamano2012-07-091-1/+1
* commit-tree: the command wants a tree and commitsJunio C Hamano2012-07-091-2/+2
* apply: --build-fake-ancestor expects blobsJunio C Hamano2012-07-091-1/+1
* sha1_name.c: add support for disambiguating other typesJunio C Hamano2012-07-091-1/+1
* revision.c: the "log" family, except for "show", takes committishJunio C Hamano2012-07-091-1/+1
* sha1_name.c: introduce get_sha1_committish()Junio C Hamano2012-07-091-1/+1
* sha1_name.c: many short names can only be committishJunio C Hamano2012-07-091-1/+1
* sha1_name.c: get_describe_name() by definition groks only commitsJunio C Hamano2012-07-091-0/+255