aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1512-rev-parse-disambiguation.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25Merge branch 'ab/ambiguous-object-name'Junio C Hamano1-0/+81
2022-01-27object-name: iterate ambiguous objects before showing headerÆvar Arnfjörð Bjarmason1-2/+1
2022-01-27object-name: explicitly handle OBJ_BAD in show_ambiguous_object()Ævar Arnfjörð Bjarmason1-1/+1
2022-01-27object-name tests: add tests for ambiguous object blind spotsÆvar Arnfjörð Bjarmason1-0/+82
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine1-1/+1
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine1-8/+2
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-7/+7
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-1/+4
2021-01-04object-name.c: rename from sha1-name.cMartin Ågren1-1/+1
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin1-2/+2
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2019-12-06Merge branch 'rs/test-cleanup'Junio C Hamano1-1/+1
2019-11-27t1512: use test_line_countRené Scharfe1-1/+1
2019-11-10Fix spelling errors in comments of testcasesElijah Newren1-1/+1
2019-01-31t1512: test ambiguous cat-file --batch and --batch-outputEric Wong1-0/+10
2018-07-16t1000-t1999: fix broken &&-chainsEric Sunshine1-3/+3
2018-05-30Merge branch 'bc/hash-independent-tests'Junio C Hamano1-0/+6
2018-05-14t1512: skip test if not using SHA-1brian m. carlson1-0/+6
2018-05-11get_short_oid: sort ambiguous objects by type, then SHA-1Ævar Arnfjörð Bjarmason1-0/+21
2016-10-12t1512: become resilient to GETTEXT_POISON buildVasco Almeida1-1/+1
2016-09-27get_short_sha1: make default disambiguation configurableJeff King1-0/+14
2016-09-26get_short_sha1: list ambiguous objects on errorJeff King1-0/+24
2016-09-26for_each_abbrev: drop duplicate objectsJeff King1-0/+7
2016-09-26get_short_sha1: parse tags when looking for treeishJeff King1-0/+7
2016-09-26get_sha1: propagate flags to child functionsJeff King1-1/+13
2016-09-26get_sha1: avoid repeating ourselves via ONLY_TO_DIEJeff King1-0/+6
2015-12-27t/t1512-rev-parse-disambiguation.sh: use the $( ... ) construct for command s...Elia Pinto1-4/+4
2013-07-11Merge branch 'jc/t1512-fix'Junio C Hamano1-10/+22
2013-07-01t1512: correct leftover constants from earlier editionJunio C Hamano1-10/+22
2013-05-29get_sha1: warn about full or short object names that look like refsNguyễn Thái Ngọc Duy1-0/+18
2012-07-13t1512: match the "other" object namesJunio C Hamano1-3/+3
2012-07-11t1512: ignore whitespaces in wc -l outputJunio C Hamano1-1/+1
2012-07-09rev-parse --disambiguate=<prefix>Junio C Hamano1-0/+9
2012-07-09rev-parse: A and B in "rev-parse A..B" refer to committishJunio C Hamano1-1/+1
2012-07-09reset: the command takes committishJunio C Hamano1-1/+1
2012-07-09commit-tree: the command wants a tree and commitsJunio C Hamano1-2/+2
2012-07-09apply: --build-fake-ancestor expects blobsJunio C Hamano1-1/+1
2012-07-09sha1_name.c: add support for disambiguating other typesJunio C Hamano1-1/+1
2012-07-09revision.c: the "log" family, except for "show", takes committishJunio C Hamano1-1/+1
2012-07-09sha1_name.c: introduce get_sha1_committish()Junio C Hamano1-1/+1
2012-07-09sha1_name.c: many short names can only be committishJunio C Hamano1-1/+1
2012-07-09sha1_name.c: get_describe_name() by definition groks only commitsJunio C Hamano1-0/+255