From: Jakub Narebski <jnareb@gmail.com>
To: "Todd A. Jacobs" <nospam+listmail@codegnome.org>
Cc: git@vger.kernel.org
Subject: Re: git bundle unbundle and "check-outable" refs
Date: Thu, 29 Sep 2011 10:20:43 -0700 (PDT) [thread overview]
Message-ID: <m3ty7vnu4g.fsf@localhost.localdomain> (raw)
In-Reply-To: <dec8c877-bd6e-4120-b045-87179d54abe2@i30g2000yqd.googlegroups.com>
"Todd A. Jacobs" <nospam+listmail@codegnome.org> writes:
> Never having needed git bundle before, I've recently been using it as
> a sneakernet. In particular, I'm using bundles to work around
> limitations of filesystem semantics on vfat and hpfs+ drives when
> shared between Linux and OS X systems. The systems are air-gapped, so
> sneakernet is essential.
>
> At any rate, the issue I'm dealing with is that "git bundle unbundle"
> is sort of non-intuitive to deal with. [...]
I guess the fault is with "git bundle" documentation.
The "Example" section of git-bundle(1) manpage shows that you can use
path to bundle in place of URL to repository in "git clone". Actually
you can use path to bundle anywhere where URL or nickname of
repository is/can be used, i.e.:
git remote add <name> <bundle>
git fetch <bundle> [<refspec>...]
git pull <bundle> [<refspec>...]
git ls-remote <bundle>
HTH
--
Jakub Narębski
prev parent reply other threads:[~2011-09-29 17:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-29 15:51 git bundle unbundle and "check-outable" refs Todd A. Jacobs
2011-09-29 16:49 ` Junio C Hamano
2011-09-29 17:20 ` Jakub Narebski [this message]
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=m3ty7vnu4g.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=nospam+listmail@codegnome.org \
/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.