From: "Shawn O. Pearce" <spearce@spearce.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: [PATCH v2 0/7] More aggressive tag auto-following
Date: Sat, 1 Mar 2008 00:24:22 -0500 [thread overview]
Message-ID: <20080301052422.GY8410@spearce.org> (raw)
This series tries to combine the annotated tag fetch into the first
connection when possible, rather than waiting and performing the
fetch on a second connection. Without server side support this
series does the best the client can to avoid opening a second
connection to automatically follow annotated tags.
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) Teach upload-pack to log the received need lines to fd 3
6) Make git-fetch follow tags we already have objects for sooner
7) Teach git-fetch to grab a tag at the same time as a commit
builtin-fetch.c | 45 ++++++++++++------
t/t5503-tagfollow.sh | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++
upload-pack.c | 7 +++
3 files changed, 161 insertions(+), 15 deletions(-)
This time it comes with tests, and passes the current tests. :)
--
Shawn.
reply other threads:[~2008-03-01 5:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080301052422.GY8410@spearce.org \
--to=spearce@spearce.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).