git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-bundle: fix commandline examples in the manpage
@ 2007-09-26 23:34 Miklos Vajna
  2007-09-29  9:20 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Miklos Vajna @ 2007-09-26 23:34 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Miklos Vajna

Multiple commands were displayed in one line, making the manpage hard to read.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
---
 Documentation/git-bundle.txt |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Documentation/git-bundle.txt b/Documentation/git-bundle.txt
index 5051e2b..0cc6511 100644
--- a/Documentation/git-bundle.txt
+++ b/Documentation/git-bundle.txt
@@ -103,14 +103,20 @@ We set a tag in R1 (lastR2bundle) after the previous such transport,
 and move it afterwards to help build the bundle.
 
 in R1 on A:
+
+------------
 $ git-bundle create mybundle master ^lastR2bundle
 $ git tag -f lastR2bundle master
+------------
 
 (move mybundle from A to B by some mechanism)
 
 in R2 on B:
+
+------------
 $ git-bundle verify mybundle
 $ git-fetch mybundle  refspec
+------------
 
 where refspec is refInBundle:localRef
 
@@ -124,9 +130,11 @@ Also, with something like this in your config:
 You can first sneakernet the bundle file to ~/tmp/file.bdl and
 then these commands:
 
+------------
 $ git ls-remote bundle
 $ git fetch bundle
 $ git pull bundle
+------------
 
 would treat it as if it is talking with a remote side over the
 network.
-- 
1.5.3.2.80.g077d6f-dirty

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

* Re: [PATCH] git-bundle: fix commandline examples in the manpage
  2007-09-26 23:34 [PATCH] git-bundle: fix commandline examples in the manpage Miklos Vajna
@ 2007-09-29  9:20 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2007-09-29  9:20 UTC (permalink / raw)
  To: Miklos Vajna; +Cc: git

Thanks.

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

end of thread, other threads:[~2007-09-29  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-26 23:34 [PATCH] git-bundle: fix commandline examples in the manpage Miklos Vajna
2007-09-29  9:20 ` Junio C Hamano

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