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