git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/8] Optimized tag autofollowing in git-fetch
@ 2008-03-03  2:34 Shawn O. Pearce
  0 siblings, 0 replies; only message in thread
From: Shawn O. Pearce @ 2008-03-03  2:34 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Here's version 3 of the more aggressive tag following for git-fetch.

  1)  Remove unused variable in builtin-fetch find_non_local_tags
  2)  Remove unnecessary delaying of free_refs(ref_map) in builtin-fetch
  3)  Ensure tail pointer gets setup correctly when we fetch HEAD only
  4)  Allow builtin-fetch's find_non_local_tags to append onto a list
  5)  Free the path_lists used to find non-local tags in git-fetch
  6)  Teach upload-pack to log the received need lines to an fd
  7)  Make git-fetch follow tags we already have objects for sooner
  8)  Teach git-fetch to grab a tag at the same time as a commit

 builtin-fetch.c      |   49 +++++++++++++------
 t/t5503-tagfollow.sh |  124 ++++++++++++++++++++++++++++++++++++++++++++++++++
 upload-pack.c        |    9 ++++
 3 files changed, 166 insertions(+), 16 deletions(-)

Changes since the last (v2) round:

  "Free the path_lists used to find non-local tags in git-fetch"

    This patch was added to the series to avoid memory corruption
    errors that were only showing up on Linux.  My earlier testing
    only on Mac OS X failed to show any symptoms of the corruption.
    Junio noticed it on Linux and asked me to revisit the series.

  "Teach upload-pack to log the received need lines to an fd"

    At Daniel's suggestion the GIT_DEBUG_SEND_PACK environment
    variable takes the value of the fd we log onto.  This mirrors
    how GIT_TRACE works.

-- 
Shawn.

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

only message in thread, other threads:[~2008-03-03  2:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-03  2:34 [PATCH v3 0/8] Optimized tag autofollowing in git-fetch 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).