git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Server side automatic tag following
@ 2008-03-04  3:26 Shawn O. Pearce
  0 siblings, 0 replies; only message in thread
From: Shawn O. Pearce @ 2008-03-04  3:26 UTC (permalink / raw)
  To: Junio C Hamano, Daniel Barkalow; +Cc: git

This series replaces my prior one from this evening based on
Nico's suggestion to use "--auto-include-tag" as the option name.
Its effectively the same series, but every commit is different due
to the change in option name and protocol extension.

For those new to the series, it avoids the second connection
needed to download new annotated tags.  Instead the server side
automatically sends the tag if the client signals it would do
automated tag following.  This lightens the load on the server
and on the client as its one less connection required to per
client requesting updates.

  1)  git-pack-objects: Automatically pack annotated tags if object was packed
  2)  Teach fetch-pack/upload-pack about --auto-include-tag
  3)  Teach git-fetch to exploit server side automatic tag following

 Documentation/git-fetch-pack.txt   |    8 +++-
 Documentation/git-pack-objects.txt |    5 ++
 builtin-fetch-pack.c               |    9 +++-
 builtin-fetch.c                    |    3 +
 builtin-pack-objects.c             |   24 +++++++++-
 fetch-pack.h                       |    3 +-
 t/t5305-auto-include-tag.sh        |   84 ++++++++++++++++++++++++++++++++++++
 t/t5503-tagfollow.sh               |   26 +++++++++++
 transport.c                        |    5 ++
 transport.h                        |    3 +
 upload-pack.c                      |   10 +++-
 11 files changed, 172 insertions(+), 8 deletions(-)

-- 
Shawn.

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

only message in thread, other threads:[~2008-03-04  3:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-04  3:26 [PATCH v2 0/3] Server side automatic tag following 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).