summaryrefslogtreecommitdiff
path: root/t/t6120-describe.sh
AgeCommit message (Expand)Author
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
2008-10-17describe: Make --tags and --all match lightweight tags more oftenShawn O. Pearce
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi
2008-07-03Fix describe --tags --long so it does not segfaultShawn O. Pearce
2008-06-04Merge branch 'maint'Junio C Hamano
2008-06-04describe: match pattern for lightweight tags tooMichael Dressel
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-03-04t6120 (describe): check --long properlyJunio C Hamano
2008-03-04Add git-describe test for "verify annotated tag names on output"Shawn O. Pearce
2008-03-04Test for packed tags in git-describe outputShawn O. Pearce
2008-03-04Don't allow git-describe failures to go unnoticed in t6120Shawn O. Pearce
2008-02-26git-describe: --long shows the object name even for a tagged commitSanti Béjar
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano