git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Enhancements to the bundle documentation
@ 2008-02-24 13:41 Santi Béjar
  2008-02-24 13:42 ` [PATCH 1/3] urls.txt: Add bundles to the list of local urls Santi Béjar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Santi Béjar @ 2008-02-24 13:41 UTC (permalink / raw)
  To: git; +Cc: Santi Béjar

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-02-24 13:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-24 13:41 [PATCH 0/3] Enhancements to the bundle documentation Santi Béjar
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

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).