summaryrefslogtreecommitdiff
path: root/t/t6120-describe.sh
AgeCommit message (Expand)Author
2021-05-11describe tests: convert setup to use test_commitÆvar Arnfjörð Bjarmason
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-11-19t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-03-27Merge branch 'jc/describe-misnamed-annotated-tag'Junio C Hamano
2020-02-26describe: don't abort too early when searching tagsBenno Evers
2020-02-21describe: force long format for a name based on a mislocated tagJunio C Hamano
2019-12-09name-rev: eliminate recursion in name_rev()SZEDER Gábor
2019-12-06t6120: add a test to cover inner conditions in 'git name-rev's name_rev()SZEDER Gábor
2019-12-06t6120-describe: modernize the 'check_describe' helperSZEDER Gábor
2019-11-13t6120-describe: correct test repo history graph in commentSZEDER Gábor
2019-09-28name-rev: avoid cutoff timestamp underflowSZEDER Gábor
2019-02-22tests: fix unportable "\?" and "\+" regex syntaxÆvar Arnfjörð Bjarmason
2019-02-07Merge branch 'ss/describe-dirty-in-the-right-directory'Junio C Hamano
2019-02-04t6120: test for describe with a bare repositorySebastian Staudt
2019-02-04describe: setup working tree for --dirtySebastian Staudt
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-02-27Merge branch 'sb/describe-blob'Junio C Hamano
2018-02-12describe: confirm that blobs actually existJeff King
2018-01-23Merge branch 'dk/describe-all-output-fix'Junio C Hamano
2017-12-27describe: prepend "tags/" when describing tags with embedded nameDaniel Knittl-Frank
2017-12-19builtin/describe.c: describe a blobStefan Beller
2017-11-03t6120: fix typo in test nameStefan Beller
2017-09-29Merge branch 'mk/describe-match-with-all'Junio C Hamano
2017-09-28Merge branch 'jk/describe-omit-some-refs'Junio C Hamano
2017-09-20describe: teach --match to handle branches and remotesMax Kirillov
2017-09-20Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-allJunio C Hamano
2017-09-17describe: fix matching to actually match all patternsMax Kirillov
2017-09-15test-lib: don't use ulimit in test prerequisites on cygwinRamsay Jones
2017-09-08t6120: test describe and name-rev with deep reposMichael J Gruber
2017-09-08t6120: clean up state after breaking repoMichael J Gruber
2017-09-08t6120: test name-rev --all and --stdinMichael J Gruber
2017-06-27Spelling fixesVille Skyttä
2017-03-22builtin/describe: introduce --broken flagStefan Beller
2017-01-24describe: teach describe negative pattern matchesJacob Keller
2017-01-24describe: teach --match to accept multiple patternsJacob Keller
2015-08-25describe --contains: default to HEAD when no commit-ish is givenSZEDER Gábor
2013-07-18describe: fix --contains when a tag is given as inputJunio C Hamano
2013-07-18name-rev: differentiate between tags and commits they point atJunio C Hamano
2013-05-20describe: Add --first-parent optionMike Crowe
2011-04-13i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012...Junio C Hamano
2011-03-10i18n: git-describe basic messagesÆvar Arnfjörð Bjarmason
2010-04-13describe: Break annotated tag ties by tagger dateShawn O. Pearce
2009-11-21describe: do not use unannotated tag even if exact matchThomas Rast
2009-11-10Merge branch 'jp/dirty-describe'Junio C Hamano
2009-10-27Teach "git describe" --dirty optionJean Privat
2009-10-23Do not fail "describe --always" in a tag-less repositoryJunio C Hamano
2008-12-27Merge branch 'sp/maint-describe-all-tag-warning' into maintJunio C Hamano
2008-12-27describe: Avoid unnecessary warning when using --allShawn O. Pearce