From: Howard Chu <hyc@symas.com>
To: Jeff King <peff@peff.net>
Cc: git@vger.kernel.org
Subject: Re: Wishlist: git fetch --reference
Date: Thu, 21 Aug 2014 22:25:34 -0700 [thread overview]
Message-ID: <53F6D44E.7040907@symas.com> (raw)
In-Reply-To: <20140822042057.GD27992@peff.net>
Jeff King wrote:
> On Thu, Aug 21, 2014 at 07:57:47PM -0700, Howard Chu wrote:
>
>> I maintain multiple copies of the same repo because I keep each one checked
>> out to different branch/rev levels. It would be nice if, similar to clone
>> --reference, we could also use git fetch --reference to reference a local
>> repo when doing a fetch to pull in updates.
>
> I think it is just spelled:
>
> echo $reference_repo >>.git/objects/info/alternates
> git fetch
>
> We need "--reference" with clone because that first line needs to happen
> after clone runs "git init" but before it runs "git fetch". And if you
> cloned with --reference, of course, the alternates file remains and
> further fetches will automatically use it.
Aha, thanks, hadn't realized that. Just checked and yes, the alternates file
is already set in all of these different copies.
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
next prev parent reply other threads:[~2014-08-22 5:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-22 2:57 Wishlist: git fetch --reference Howard Chu
2014-08-22 4:20 ` Jeff King
2014-08-22 5:25 ` Howard Chu [this message]
2014-08-22 7:01 ` Dennis Kaarsemaker
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=53F6D44E.7040907@symas.com \
--to=hyc@symas.com \
--cc=git@vger.kernel.org \
--cc=peff@peff.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.