| Commit message (Expand) | Author | Age | Files | Lines |
* | describe: do not use unannotated tag even if exact match | Thomas Rast | 2009-11-20 | 1 | -1/+1 |
* | Merge branch 'tr/describe-advice' | Junio C Hamano | 2009-11-10 | 1 | -4/+12 |
|\ |
|
| * | describe: when failing, tell the user about options that work | Thomas Rast | 2009-10-28 | 1 | -4/+12 |
* | | Merge branch 'jp/dirty-describe' | Junio C Hamano | 2009-11-10 | 1 | -1/+24 |
|\ \
| |/
|/| |
|
| * | Teach "git describe" --dirty option | Jean Privat | 2009-10-27 | 1 | -1/+24 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-10-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Do not fail "describe --always" in a tag-less repository | Junio C Hamano | 2009-10-23 | 1 | -1/+1 |
| |/ |
|
* | | describe: load refnames before calling describe() | René Scharfe | 2009-10-18 | 1 | -9/+4 |
|/ |
|
* | git-describe: Die early if there are no possible descriptions | Björn Steinbrink | 2009-08-06 | 1 | -0/+5 |
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+1 |
* | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 2009-05-01 | 1 | -2/+2 |
* | Merge branch 'sp/maint-describe-all-tag-warning' into maint | Junio C Hamano | 2008-12-27 | 1 | -1/+1 |
|\ |
|
| * | describe: Avoid unnecessary warning when using --all | Shawn O. Pearce | 2008-12-26 | 1 | -1/+1 |
* | | describe: Make --tags and --all match lightweight tags more often | Shawn O. Pearce | 2008-10-17 | 1 | -4/+2 |
* | | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | | | builtin-describe.c: make a global variable "pattern" static | Nanako Shiraishi | 2008-07-16 | 1 | -1/+1 |
|/ / |
|
* | | Fix describe --tags --long so it does not segfault | Shawn O. Pearce | 2008-07-02 | 1 | -1/+1 |
|/ |
|
* | describe: match pattern for lightweight tags too | Michael Dressel | 2008-06-04 | 1 | -4/+5 |
* | Merge branch 'jc/describe-always' | Junio C Hamano | 2008-03-08 | 1 | -3/+14 |
|\ |
|
| * | describe --always: fall back to showing an abbreviated object name | Junio C Hamano | 2008-03-03 | 1 | -3/+14 |
* | | describe: re-fix display_name() | Junio C Hamano | 2008-03-03 | 1 | -1/+1 |
* | | describe: fix --long output | Junio C Hamano | 2008-03-03 | 1 | -5/+11 |
* | | git-describe: use tags found in packed-refs correctly | Junio C Hamano | 2008-03-03 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'sp/describe-tag' | Junio C Hamano | 2008-03-02 | 1 | -12/+33 |
|\ |
|
| * | Teach git-describe to verify annotated tag names before output | Shawn O. Pearce | 2008-02-28 | 1 | -8/+30 |
* | | Merge branch 'sb/describe-long' | Junio C Hamano | 2008-03-02 | 1 | -1/+10 |
|\ \
| |/
|/| |
|
| * | git-describe: --long shows the object name even for a tagged commit | Santi Béjar | 2008-02-25 | 1 | -1/+10 |
* | | Teach git-describe --exact-match to avoid expensive tag searches | Shawn O. Pearce | 2008-02-24 | 1 | -2/+6 |
* | | Avoid accessing non-tag refs in git-describe unless --all is requested | Shawn O. Pearce | 2008-02-24 | 1 | -1/+5 |
* | | Teach git-describe to use peeled ref information when scanning tags | Shawn O. Pearce | 2008-02-24 | 1 | -6/+17 |
|/ |
|
* | git-name-rev: add a --(no-)undefined option. | Pierre Habouzit | 2007-12-26 | 1 | -1/+2 |
* | git-describe: Add a --match option to limit considered tags. | Pierre Habouzit | 2007-12-22 | 1 | -5/+16 |
* | make 'git describe --all --contains' work | Nicolas Pitre | 2007-12-19 | 1 | -6/+8 |
* | Make builtin-describe.c use parse_options | Pierre Habouzit | 2007-10-29 | 1 | -41/+29 |
* | Teach git-describe how to run name-rev | Shawn O. Pearce | 2007-05-21 | 1 | -0/+14 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -3/+3 |
* | Compute accurate distances in git-describe before output. | Shawn O. Pearce | 2007-01-28 | 1 | -1/+41 |
* | Teach git-describe to display distances from tags. | Shawn O. Pearce | 2007-01-28 | 1 | -2/+3 |
* | If abbrev is set to zero in git-describe, don't add the unique suffix | Andy Parkins | 2007-01-26 | 1 | -3/+6 |
* | Remove unnecessary found variable from describe. | Shawn O. Pearce | 2007-01-26 | 1 | -2/+1 |
* | Remove hash in git-describe in favor of util slot. | Shawn O. Pearce | 2007-01-14 | 1 | -64/+12 |
* | Correct priority of lightweight tags in git-describe. | Shawn O. Pearce | 2007-01-14 | 1 | -12/+25 |
* | Improve git-describe performance by reducing revision listing. | Shawn O. Pearce | 2007-01-14 | 1 | -49/+76 |
* | Use binary searching on large buckets in git-describe. | Shawn O. Pearce | 2007-01-14 | 1 | -8/+21 |
* | Hash tags by commit SHA1 in git-describe. | Shawn O. Pearce | 2007-01-14 | 1 | -12/+17 |
* | Always perfer annotated tags in git-describe. | Shawn O. Pearce | 2007-01-14 | 1 | -11/+13 |
* | plug a few leaks in revision walking used in describe. | Junio C Hamano | 2007-01-11 | 1 | -0/+1 |
* | Chose better tag names in git-describe after merges. | Shawn O. Pearce | 2007-01-11 | 1 | -11/+67 |
* | Make git-describe a builtin. | Shawn O. Pearce | 2007-01-10 | 1 | -0/+176 |