]> git.ipfire.org Git - thirdparty/git.git/commitdiff
[PATCH] Reformat git-show-branches-script documentation.
authorJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 00:24:34 +0000 (17:24 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 01:33:51 +0000 (18:33 -0700)
... using ListingBlock of asciidoc.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-show-branches-script.txt

index 95c7013445ec7afdae72d7469142c77adcc3068f..c7fb02cf7b4c5d783de05655299360e774601f0a 100644 (file)
@@ -37,15 +37,17 @@ otherwise it shows a space.
 The following example shows three branches, "pu", "master" and
 "rc":
 
-       * [pu] Add cheap local clone '-s' flag to git-clone-script
-        ! [master] Documentation updates.
-         ! [rc] Merge master into rc
-       +   Add cheap local clone '-s' flag to git-clone-script
-       +   Alternate object pool mechanism updates.
-       +   Audit rev-parse users.
-       ++  Documentation updates.
-         + Merge master into rc
-       +++ [PATCH] plug memory leak in diff.c::diff_free_filepair()
+------------------------------------------------
+* [pu] Add cheap local clone '-s' flag to git-clone-script
+ ! [master] Documentation updates.
+  ! [rc] Merge master into rc
++   Add cheap local clone '-s' flag to git-clone-script
++   Alternate object pool mechanism updates.
++   Audit rev-parse users.
+++  Documentation updates.
+  + Merge master into rc
++++ [PATCH] plug memory leak in diff.c::diff_free_filepair()
+------------------------------------------------
 
 These three branches all forked from a common commit, "[PATCH]
 plug memory leak...", and "rc" has one commit ahead of it.  The