summaryrefslogtreecommitdiff
path: root/t/t6120-describe.sh
Commit message (Expand)AuthorAgeFilesLines
* name-rev: fix names by dropping taggerdate workaroundElijah Newren2023-02-091-0/+6
* name-rev: use generation numbers if availableJacob Keller2022-03-131-0/+118
* Merge branch 'jc/name-rev-stdin'Junio C Hamano2022-02-091-2/+7
|\
| * name-rev: deprecate --stdin in favor of --annotate-stdinJohn Cai2022-01-101-2/+7
* | t6000-t9999: detect and signal failure within loopEric Sunshine2021-12-131-3/+3
* | tests: fix broken &&-chains in compound statementsEric Sunshine2021-12-131-2/+5
|/
* t6120: use git-update-ref rather than filesystem accessHan-Wen Nienhuys2021-08-021-2/+4
* describe tests: support -C in "check_describe"Ævar Arnfjörð Bjarmason2021-05-111-9/+18
* describe tests: fix nested "test_expect_success" callÆvar Arnfjörð Bjarmason2021-05-111-8/+14
* describe tests: don't rely on err.actual from "check_describe"Ævar Arnfjörð Bjarmason2021-05-111-14/+11
* describe tests: refactor away from glob matchingÆvar Arnfjörð Bjarmason2021-05-111-40/+38
* describe tests: improve test for --work-tree & --dirtyÆvar Arnfjörð Bjarmason2021-05-111-6/+6
* describe tests: convert setup to use test_commitÆvar Arnfjörð Bjarmason2021-05-111-45/+13
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-1/+1
* t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-11/+11
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* Merge branch 'jc/describe-misnamed-annotated-tag'Junio C Hamano2020-03-261-1/+19
|\
| * describe: force long format for a name based on a mislocated tagJunio C Hamano2020-02-201-1/+19
* | describe: don't abort too early when searching tagsBenno Evers2020-02-261-0/+51
* | name-rev: eliminate recursion in name_rev()SZEDER Gábor2019-12-091-1/+1
* | t6120: add a test to cover inner conditions in 'git name-rev's name_rev()SZEDER Gábor2019-12-061-0/+41
* | t6120-describe: modernize the 'check_describe' helperSZEDER Gábor2019-12-061-6/+4
* | t6120-describe: correct test repo history graph in commentSZEDER Gábor2019-11-131-9/+10
|/
* name-rev: avoid cutoff timestamp underflowSZEDER Gábor2019-09-281-0/+15
* tests: fix unportable "\?" and "\+" regex syntaxÆvar Arnfjörð Bjarmason2019-02-211-4/+4
* Merge branch 'ss/describe-dirty-in-the-right-directory'Junio C Hamano2019-02-061-0/+39
|\
| * t6120: test for describe with a bare repositorySebastian Staudt2019-02-041-0/+6
| * describe: setup working tree for --dirtySebastian Staudt2019-02-041-0/+33
* | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-2/+1
|/
* t: switch $_z40 to $ZERO_OIDbrian m. carlson2018-05-141-1/+1
* Merge branch 'sb/describe-blob'Junio C Hamano2018-02-271-0/+8
|\
| * describe: confirm that blobs actually existsb/describe-blobJeff King2018-02-121-0/+8
* | Merge branch 'dk/describe-all-output-fix'Junio C Hamano2018-01-231-1/+5
|\ \ | |/ |/|
| * describe: prepend "tags/" when describing tags with embedded namedk/describe-all-output-fixDaniel Knittl-Frank2017-12-271-1/+5
* | builtin/describe.c: describe a blobStefan Beller2017-12-191-0/+34
* | t6120: fix typo in test nameStefan Beller2017-11-031-1/+1
|/
* Merge branch 'mk/describe-match-with-all'Junio C Hamano2017-09-291-0/+27
|\
| * describe: teach --match to handle branches and remotesmk/describe-match-with-allMax Kirillov2017-09-201-0/+27
| * Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-allJunio C Hamano2017-09-201-1/+5
| |\
* | \ Merge branch 'jk/describe-omit-some-refs'Junio C Hamano2017-09-281-1/+5
|\ \ \ | | |/ | |/|
| * | describe: fix matching to actually match all patternsjk/describe-omit-some-refsMax Kirillov2017-09-171-1/+5
* | | test-lib: don't use ulimit in test prerequisites on cygwinRamsay Jones2017-09-151-1/+0
* | | t6120: test describe and name-rev with deep reposmg/name-rev-tests-with-short-stackMichael J Gruber2017-09-081-0/+31
* | | t6120: clean up state after breaking repoMichael J Gruber2017-09-081-0/+1
* | | t6120: test name-rev --all and --stdinMichael J Gruber2017-09-081-0/+25
| |/ |/|
* | Spelling fixesvs/typofixesVille Skyttä2017-06-271-1/+1
* | builtin/describe: introduce --broken flagsb/describe-brokenStefan Beller2017-03-221-0/+20
|/
* describe: teach describe negative pattern matchesJacob Keller2017-01-231-0/+8
* describe: teach --match to accept multiple patternsJacob Keller2017-01-231-0/+19
* describe --contains: default to HEAD when no commit-ish is givensg/describe-containsSZEDER Gábor2015-08-251-0/+8