git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] git-name-rev -d and git-describe improvements
@ 2008-02-24  8:07 Shawn O. Pearce
  0 siblings, 0 replies; only message in thread
From: Shawn O. Pearce @ 2008-02-24  8:07 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

This series of 6 patches improves performance for both describe and
`show-ref -d` on repositories with a lot of tags, and finally ends
with the display of the current tag for detached HEAD in the bash
prompt rather than the abbreviated SHA-1.

The `show-ref -d` improvements should help both gitk and gitweb
performance as it reduces the total number of lstats necessary
(we were doing an extra unnecessary lstat on each packed ref).

The `describe --exact-match` flag is useful in scripts, as shown
by the final patch in the series.

  1) Protect peel_ref fallback case from NULL parse_object result
  2) Optimize peel_ref for the current ref of a for_each_ref callback
  3) Teach git-describe to use peeled ref information when scanning tags
  4) Avoid accessing non-tag refs in git-describe unless --all is requested
  5) Teach git-describe --exact-match to avoid expensive tag searches
  6) Use git-describe --exact-match in bash prompt on detached HEAD

 Documentation/git-describe.txt         |    5 ++++
 builtin-describe.c                     |   35 ++++++++++++++++++++++++-------
 contrib/completion/git-completion.bash |    5 +++-
 refs.c                                 |   27 +++++++++++++++++++-----
 4 files changed, 57 insertions(+), 15 deletions(-)

-- 
Shawn.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-24  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-24  8:07 [PATCH 0/6] git-name-rev -d and git-describe improvements Shawn O. Pearce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).