add replay and log to the usage string of git-bisect
[gitweb.git] / builtin-describe.c
2007-01-31 Merge branch 'master' of git://linux-nfs.org/~bfields/git
2007-01-28 Compute accurate distances in git-describe before output.
2007-01-28 Teach git-describe to display distances from tags.
2007-01-27 If abbrev is set to zero in git-describe, don't add...
2007-01-26 Remove unnecessary found variable from describe.
2007-01-15 Merge git://git.kernel.org/pub/scm/gitk/gitk
2007-01-15 Remove hash in git-describe in favor of util slot.
2007-01-15 Correct priority of lightweight tags in git-describe.
2007-01-15 Improve git-describe performance by reducing revision...
2007-01-15 Use binary searching on large buckets in git-describe.
2007-01-15 Hash tags by commit SHA1 in git-describe.
2007-01-15 Always perfer annotated tags in git-describe.
2007-01-15 Merge branch 'master' of git://git./git/git
2007-01-14 Merge branch 'sp/merge' (early part)
2007-01-12 plug a few leaks in revision walking used in describe.
2007-01-12 Chose better tag names in git-describe after merges.
2007-01-12 Merge branch 'jc/bare'
2007-01-12 Merge branch 'jc/detached-head'
2007-01-10 Merge branch 'js/reflog'
2007-01-10 Make git-describe a builtin.