All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Steve Folly <steve@spfweb.co.uk>
Cc: git@vger.kernel.org
Subject: Re: Retrospectively add alternates to a repository?
Date: Sat, 27 Feb 2010 07:30:57 -0500	[thread overview]
Message-ID: <20100227123056.GA22382@coredump.intra.peff.net> (raw)
In-Reply-To: <loom.20100227T123539-643@post.gmane.org>

On Sat, Feb 27, 2010 at 11:43:55AM +0000, Steve Folly wrote:

> I now have a plan to write a script to attach and
> detach repositories to and from local mirrors on demand:

I think they should work, but:

> attach = 
>     echo "/path/to/mirror" > .git/objects/info/alternates && 
>     git repack -adl && 
>     git repack -ad && 
>     git repack -adl

I don't think the first repack is doing anything (I showed it in my
example only to show that it was not actually working).

-Peff

  reply	other threads:[~2010-02-27 12:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-26 23:54 Retrospectively add alternates to a repository? Steve Folly
2010-02-27  2:37 ` Tay Ray Chuan
2010-02-27  8:34   ` Jeff King
2010-02-27 11:43     ` Steve Folly
2010-02-27 12:30       ` Jeff King [this message]
2010-05-16 13:55         ` Felipe Contreras
2010-05-22  5:38           ` Jeff King

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=20100227123056.GA22382@coredump.intra.peff.net \
    --to=peff@peff.net \
    --cc=git@vger.kernel.org \
    --cc=steve@spfweb.co.uk \
    /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.