Merge branch 'jk/peel-ref'
authorJeff King <peff@peff.net>
Thu, 25 Oct 2012 10:42:27 +0000 (06:42 -0400)
committerJeff King <peff@peff.net>
Thu, 25 Oct 2012 10:42:27 +0000 (06:42 -0400)
Speeds up "git upload-pack" (what is invoked by "git fetch" on the
other side of the connection) by reducing the cost to advertise the
branches and tags that are available in the repository.

* jk/peel-ref:
  upload-pack: use peel_ref for ref advertisements
  peel_ref: check object type before loading
  peel_ref: do not return a null sha1
  peel_ref: use faster deref_tag_noverify

1  2 
builtin/describe.c
builtin/pack-objects.c
builtin/show-ref.c

Simple merge
Simple merge
Simple merge