From: "Santi Béjar" <sbejar@gmail.com>
To: git@vger.kernel.org
Cc: "Santi Béjar" <sbejar@gmail.com>
Subject: [PATCH 0/3] Enhancements to the bundle documentation
Date: Sun, 24 Feb 2008 14:41:14 +0100 [thread overview]
Message-ID: <1203860474-12291-1-git-send-email-sbejar@gmail.com> (raw)
At the end the most convenient way to work with bundles (at least for me) is
just:
$ git bundle create mybundle HEAD --since=2.weeks.ago
or:
[alias]
bpush = bundle create bundle --since=2.weeks.ago
$ git bpush HEAD
The bundles are bigger than strictly necessary, but not that much.
Santi
Santi Béjar (3):
urls.txt: Add bundles to the list of local urls.
git-bundle.txt: Bundles as [remote ""] is a feature, not an example
git-bundle.txt: Add different strategies to create the bundle
Documentation/git-bundle.txt | 66 +++++++++++++++++++++++++++++------------
Documentation/urls.txt | 5 ++-
2 files changed, 49 insertions(+), 22 deletions(-)
next reply other threads:[~2008-02-24 13:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-24 13:41 Santi Béjar [this message]
2008-02-24 13:42 ` [PATCH 1/3] urls.txt: Add bundles to the list of local urls Santi Béjar
2008-02-24 13:42 ` [PATCH 2/3] git-bundle.txt: Bundles as [remote ""] is a feature, not an example Santi Béjar
2008-02-24 13:42 ` [PATCH 3/3] git-bundle.txt: Add different strategies to create the bundle Santi Béjar
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=1203860474-12291-1-git-send-email-sbejar@gmail.com \
--to=sbejar@gmail.com \
--cc=git@vger.kernel.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 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).