summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a7e66ae)
raw | patch | inline | side by side (parent: a7e66ae)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 17 Aug 2005 00:24:34 +0000 (17:24 -0700) | ||
committer | Junio 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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-show-branches-script.txt | patch | blob | history |
diff --git a/Documentation/git-show-branches-script.txt b/Documentation/git-show-branches-script.txt
index 95c7013445ec7afdae72d7469142c77adcc3068f..c7fb02cf7b4c5d783de05655299360e774601f0a 100644 (file)
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