]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sp/describe'
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2008 19:52:20 +0000 (11:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2008 19:52:20 +0000 (11:52 -0800)
commitc6a7c606a6fb89f51258d2a60bc27cfe2530a0a1
treecdfae919c70cc8e085b664ed258f5d1c2822fdd2
parentdc1c0fffd3723ceebff51053938db5baf26a47f5
parent27c578885a0b8f56430c5a24f558e2b45cf04a38
Merge branch 'sp/describe'

* sp/describe:
  Use git-describe --exact-match in bash prompt on detached HEAD
  Teach git-describe --exact-match to avoid expensive tag searches
  Avoid accessing non-tag refs in git-describe unless --all is requested
  Teach git-describe to use peeled ref information when scanning tags
  Optimize peel_ref for the current ref of a for_each_ref callback