aboutsummaryrefslogtreecommitdiff
path: root/builtin-describe.c
Commit message (Expand)AuthorAge
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
* Merge branch 'sp/maint-describe-all-tag-warning' into maintJunio C Hamano2008-12-27
|\
| * describe: Avoid unnecessary warning when using --allShawn O. Pearce2008-12-26
* | describe: Make --tags and --all match lightweight tags more oftenShawn O. Pearce2008-10-17
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\ \
| * | Make usage strings dash-lessStephan Beyer2008-07-13
* | | builtin-describe.c: make a global variable "pattern" staticNanako Shiraishi2008-07-16
|/ /
* | Fix describe --tags --long so it does not segfaultShawn O. Pearce2008-07-02
|/
* describe: match pattern for lightweight tags tooMichael Dressel2008-06-04
* Merge branch 'jc/describe-always'Junio C Hamano2008-03-08
|\
| * describe --always: fall back to showing an abbreviated object nameJunio C Hamano2008-03-03
* | describe: re-fix display_name()Junio C Hamano2008-03-03
* | describe: fix --long outputJunio C Hamano2008-03-03
* | git-describe: use tags found in packed-refs correctlyJunio C Hamano2008-03-03
|/
* Merge branch 'sp/describe-tag'Junio C Hamano2008-03-02
|\
| * Teach git-describe to verify annotated tag names before outputShawn O. Pearce2008-02-28
* | Merge branch 'sb/describe-long'Junio C Hamano2008-03-02
|\ \ | |/ |/|
| * git-describe: --long shows the object name even for a tagged commitSanti BĂ©jar2008-02-25
* | Teach git-describe --exact-match to avoid expensive tag searchesShawn O. Pearce2008-02-24
* | Avoid accessing non-tag refs in git-describe unless --all is requestedShawn O. Pearce2008-02-24
* | Teach git-describe to use peeled ref information when scanning tagsShawn O. Pearce2008-02-24
|/
* git-name-rev: add a --(no-)undefined option.Pierre Habouzit2007-12-26
* git-describe: Add a --match option to limit considered tags.Pierre Habouzit2007-12-22
* make 'git describe --all --contains' workNicolas Pitre2007-12-19
* Make builtin-describe.c use parse_optionsPierre Habouzit2007-10-29
* Teach git-describe how to run name-revShawn O. Pearce2007-05-21
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* Compute accurate distances in git-describe before output.Shawn O. Pearce2007-01-28
* Teach git-describe to display distances from tags.Shawn O. Pearce2007-01-28
* If abbrev is set to zero in git-describe, don't add the unique suffixAndy Parkins2007-01-26
* Remove unnecessary found variable from describe.Shawn O. Pearce2007-01-26
* Remove hash in git-describe in favor of util slot.Shawn O. Pearce2007-01-14
* Correct priority of lightweight tags in git-describe.Shawn O. Pearce2007-01-14
* Improve git-describe performance by reducing revision listing.Shawn O. Pearce2007-01-14
* Use binary searching on large buckets in git-describe.Shawn O. Pearce2007-01-14
* Hash tags by commit SHA1 in git-describe.Shawn O. Pearce2007-01-14
* Always perfer annotated tags in git-describe.Shawn O. Pearce2007-01-14
* plug a few leaks in revision walking used in describe.Junio C Hamano2007-01-11
* Chose better tag names in git-describe after merges.Shawn O. Pearce2007-01-11
* Make git-describe a builtin.Shawn O. Pearce2007-01-10