Age | Commit message (Expand) | Author | Files | Lines |
2017-12-19 | builtin/describe.c: describe a blob | Stefan Beller | 1 | -0/+34 |
2017-11-03 | t6120: fix typo in test name | Stefan Beller | 1 | -1/+1 |
2017-09-29 | Merge branch 'mk/describe-match-with-all' | Junio C Hamano | 1 | -0/+27 |
2017-09-28 | Merge branch 'jk/describe-omit-some-refs' | Junio C Hamano | 1 | -1/+5 |
2017-09-20 | describe: teach --match to handle branches and remotes | Max Kirillov | 1 | -0/+27 |
2017-09-20 | Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-all | Junio C Hamano | 1 | -1/+5 |
2017-09-17 | describe: fix matching to actually match all patterns | Max Kirillov | 1 | -1/+5 |
2017-09-15 | test-lib: don't use ulimit in test prerequisites on cygwin | Ramsay Jones | 1 | -1/+0 |
2017-09-08 | t6120: test describe and name-rev with deep repos | Michael J Gruber | 1 | -0/+31 |
2017-09-08 | t6120: clean up state after breaking repo | Michael J Gruber | 1 | -0/+1 |
2017-09-08 | t6120: test name-rev --all and --stdin | Michael J Gruber | 1 | -0/+25 |
2017-06-27 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
2017-03-22 | builtin/describe: introduce --broken flag | Stefan Beller | 1 | -0/+20 |
2017-01-23 | describe: teach describe negative pattern matches | Jacob Keller | 1 | -0/+8 |
2017-01-23 | describe: teach --match to accept multiple patterns | Jacob Keller | 1 | -0/+19 |
2015-08-25 | describe --contains: default to HEAD when no commit-ish is given | SZEDER Gábor | 1 | -0/+8 |
2013-07-18 | describe: fix --contains when a tag is given as input | Junio C Hamano | 1 | -0/+12 |
2013-07-18 | name-rev: differentiate between tags and commits they point at | Junio C Hamano | 1 | -0/+12 |
2013-05-20 | describe: Add --first-parent option | Mike Crowe | 1 | -0/+3 |
2011-04-13 | i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012... | Junio C Hamano | 1 | -2/+2 |
2011-03-09 | i18n: git-describe basic messages | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2010-04-13 | describe: Break annotated tag ties by tagger date | Shawn O. Pearce | 1 | -3/+5 |
2009-11-20 | describe: do not use unannotated tag even if exact match | Thomas Rast | 1 | -0/+6 |
2009-11-10 | Merge branch 'jp/dirty-describe' | Junio C Hamano | 1 | -0/+14 |
2009-10-27 | Teach "git describe" --dirty option | Jean Privat | 1 | -0/+14 |
2009-10-23 | Do not fail "describe --always" in a tag-less repository | Junio C Hamano | 1 | -0/+2 |
2008-12-27 | Merge branch 'sp/maint-describe-all-tag-warning' into maint | Junio C Hamano | 1 | -0/+6 |
2008-12-26 | describe: Avoid unnecessary warning when using --all | Shawn O. Pearce | 1 | -0/+6 |
2008-10-17 | describe: Make --tags and --all match lightweight tags more often | Shawn O. Pearce | 1 | -4/+4 |
2008-09-03 | tests: use "git xyzzy" form (t3600 - t6999) | Nanako Shiraishi | 1 | -15/+15 |
2008-07-02 | Fix describe --tags --long so it does not segfault | Shawn O. Pearce | 1 | -0/+2 |
2008-06-04 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+22 |
2008-06-04 | describe: match pattern for lightweight tags too | Michael Dressel | 1 | -0/+22 |
2008-05-24 | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 1 | -1/+1 |
2008-03-03 | t6120 (describe): check --long properly | Junio C Hamano | 1 | -0/+1 |
2008-03-03 | Add git-describe test for "verify annotated tag names on output" | Shawn O. Pearce | 1 | -1/+16 |
2008-03-03 | Test for packed tags in git-describe output | Shawn O. Pearce | 1 | -0/+3 |
2008-03-03 | Don't allow git-describe failures to go unnoticed in t6120 | Shawn O. Pearce | 1 | -1/+3 |
2008-02-25 | git-describe: --long shows the object name even for a tagged commit | Santi Béjar | 1 | -0/+2 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -11/+11 |
2007-01-14 | Add describe test. | Junio C Hamano | 1 | -0/+97 |