[PATCH] Fix test failure due to overly strict .git directory tests
[gitweb.git] / 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