summaryrefslogtreecommitdiff
path: root/t/t1512-rev-parse-disambiguation.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/ambiguous-object-name'Junio C Hamano2022-02-251-0/+81
|\
| * object-name: iterate ambiguous objects before showing headerÆvar Arnfjörð Bjarmason2022-01-271-2/+1
| * object-name: explicitly handle OBJ_BAD in show_ambiguous_object()Ævar Arnfjörð Bjarmason2022-01-271-1/+1
| * object-name tests: add tests for ambiguous object blind spotsÆvar Arnfjörð Bjarmason2022-01-271-0/+82
* | t0000-t3999: detect and signal failure within loopEric Sunshine2021-12-131-1/+1
* | tests: use test_write_lines() to generate line-oriented outputEric Sunshine2021-12-131-8/+2
|/
* tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason2021-02-101-7/+7
* Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-1/+4
|\
| * t[01]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-2/+2
| * tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* | object-name.c: rename from sha1-name.cMartin Ågren2021-01-041-1/+1
|/
* Merge branch 'rs/test-cleanup'Junio C Hamano2019-12-061-1/+1
|\
| * t1512: use test_line_countRené Scharfe2019-11-271-1/+1
* | Fix spelling errors in comments of testcasesElijah Newren2019-11-101-1/+1
|/
* t1512: test ambiguous cat-file --batch and --batch-outputEric Wong2019-01-311-0/+10
* t1000-t1999: fix broken &&-chainsEric Sunshine2018-07-161-3/+3
* Merge branch 'bc/hash-independent-tests'Junio C Hamano2018-05-301-0/+6
|\
| * t1512: skip test if not using SHA-1brian m. carlson2018-05-141-0/+6
* | get_short_oid: sort ambiguous objects by type, then SHA-1Ævar Arnfjörð Bjarmason2018-05-111-0/+21
|/
* 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