summaryrefslogtreecommitdiff
path: root/builtin-describe.c
Commit message (Expand)AuthorAgeFilesLines
* describe: match pattern for lightweight tags tooMichael Dressel2008-06-041-4/+5
* Merge branch 'jc/describe-always'Junio C Hamano2008-03-081-3/+14
|\
| * describe --always: fall back to showing an abbreviated object nameJunio C Hamano2008-03-031-3/+14
* | describe: re-fix display_name()Junio C Hamano2008-03-031-1/+1
* | describe: fix --long outputJunio C Hamano2008-03-031-5/+11
* | git-describe: use tags found in packed-refs correctlyJunio C Hamano2008-03-031-1/+1
|/
* Merge branch 'sp/describe-tag'Junio C Hamano2008-03-021-12/+33
|\
| * Teach git-describe to verify annotated tag names before outputShawn O. Pearce2008-02-281-8/+30
* | Merge branch 'sb/describe-long'Junio C Hamano2008-03-021-1/+10
|\ \ | |/ |/|
| * git-describe: --long shows the object name even for a tagged commitSanti BĂ©jar2008-02-251-1/+10
* | Teach git-describe --exact-match to avoid expensive tag searchesShawn O. Pearce2008-02-241-2/+6
* | Avoid accessing non-tag refs in git-describe unless --all is requestedShawn O. Pearce2008-02-241-1/+5
* | Teach git-describe to use peeled ref information when scanning tagsShawn O. Pearce2008-02-241-6/+17
|/
* git-name-rev: add a --(no-)undefined option.Pierre Habouzit2007-12-261-1/+2
* git-describe: Add a --match option to limit considered tags.Pierre Habouzit2007-12-221-5/+16
* make 'git describe --all --contains' workNicolas Pitre2007-12-191-6/+8
* Make builtin-describe.c use parse_optionsPierre Habouzit2007-10-291-41/+29
* Teach git-describe how to run name-revShawn O. Pearce2007-05-211-0/+14
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-3/+3
* Compute accurate distances in git-describe before output.Shawn O. Pearce2007-01-281-1/+41
* Teach git-describe to display distances from tags.Shawn O. Pearce2007-01-281-2/+3
* If abbrev is set to zero in git-describe, don't add the unique suffixAndy Parkins2007-01-261-3/+6
* Remove unnecessary found variable from describe.Shawn O. Pearce2007-01-261-2/+1
* Remove hash in git-describe in favor of util slot.Shawn O. Pearce2007-01-141-64/+12
* Correct priority of lightweight tags in git-describe.Shawn O. Pearce2007-01-141-12/+25
* Improve git-describe performance by reducing revision listing.Shawn O. Pearce2007-01-141-49/+76
* Use binary searching on large buckets in git-describe.Shawn O. Pearce2007-01-141-8/+21
* Hash tags by commit SHA1 in git-describe.Shawn O. Pearce2007-01-141-12/+17
* Always perfer annotated tags in git-describe.Shawn O. Pearce2007-01-141-11/+13
* plug a few leaks in revision walking used in describe.Junio C Hamano2007-01-111-0/+1
* Chose better tag names in git-describe after merges.Shawn O. Pearce2007-01-111-11/+67
* Make git-describe a builtin.Shawn O. Pearce2007-01-101-0/+176