| Commit message (Expand) | Author | Age |
* | Merge branch 'sp/maint-describe-all-tag-warning' into maint | Junio C Hamano | 2008-12-27 |
|\ |
|
| * | describe: Avoid unnecessary warning when using --all | Shawn O. Pearce | 2008-12-26 |
* | | describe: Make --tags and --all match lightweight tags more often | Shawn O. Pearce | 2008-10-17 |
* | | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 |
|\ \ |
|
| * | | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | | | builtin-describe.c: make a global variable "pattern" static | Nanako Shiraishi | 2008-07-16 |
|/ / |
|
* | | Fix describe --tags --long so it does not segfault | Shawn O. Pearce | 2008-07-02 |
|/ |
|
* | describe: match pattern for lightweight tags too | Michael Dressel | 2008-06-04 |
* | Merge branch 'jc/describe-always' | Junio C Hamano | 2008-03-08 |
|\ |
|
| * | describe --always: fall back to showing an abbreviated object name | Junio C Hamano | 2008-03-03 |
* | | describe: re-fix display_name() | Junio C Hamano | 2008-03-03 |
* | | describe: fix --long output | Junio C Hamano | 2008-03-03 |
* | | git-describe: use tags found in packed-refs correctly | Junio C Hamano | 2008-03-03 |
|/ |
|
* | Merge branch 'sp/describe-tag' | Junio C Hamano | 2008-03-02 |
|\ |
|
| * | Teach git-describe to verify annotated tag names before output | Shawn O. Pearce | 2008-02-28 |
* | | Merge branch 'sb/describe-long' | Junio C Hamano | 2008-03-02 |
|\ \
| |/
|/| |
|
| * | git-describe: --long shows the object name even for a tagged commit | Santi BĂ©jar | 2008-02-25 |
* | | Teach git-describe --exact-match to avoid expensive tag searches | Shawn O. Pearce | 2008-02-24 |
* | | Avoid accessing non-tag refs in git-describe unless --all is requested | Shawn O. Pearce | 2008-02-24 |
* | | Teach git-describe to use peeled ref information when scanning tags | Shawn O. Pearce | 2008-02-24 |
|/ |
|
* | git-name-rev: add a --(no-)undefined option. | Pierre Habouzit | 2007-12-26 |
* | git-describe: Add a --match option to limit considered tags. | Pierre Habouzit | 2007-12-22 |
* | make 'git describe --all --contains' work | Nicolas Pitre | 2007-12-19 |
* | Make builtin-describe.c use parse_options | Pierre Habouzit | 2007-10-29 |
* | Teach git-describe how to run name-rev | Shawn O. Pearce | 2007-05-21 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
* | Compute accurate distances in git-describe before output. | Shawn O. Pearce | 2007-01-28 |
* | Teach git-describe to display distances from tags. | Shawn O. Pearce | 2007-01-28 |
* | If abbrev is set to zero in git-describe, don't add the unique suffix | Andy Parkins | 2007-01-26 |
* | Remove unnecessary found variable from describe. | Shawn O. Pearce | 2007-01-26 |
* | Remove hash in git-describe in favor of util slot. | Shawn O. Pearce | 2007-01-14 |
* | Correct priority of lightweight tags in git-describe. | Shawn O. Pearce | 2007-01-14 |
* | Improve git-describe performance by reducing revision listing. | Shawn O. Pearce | 2007-01-14 |
* | Use binary searching on large buckets in git-describe. | Shawn O. Pearce | 2007-01-14 |
* | Hash tags by commit SHA1 in git-describe. | Shawn O. Pearce | 2007-01-14 |
* | Always perfer annotated tags in git-describe. | Shawn O. Pearce | 2007-01-14 |
* | plug a few leaks in revision walking used in describe. | Junio C Hamano | 2007-01-11 |
* | Chose better tag names in git-describe after merges. | Shawn O. Pearce | 2007-01-11 |
* | Make git-describe a builtin. | Shawn O. Pearce | 2007-01-10 |