diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-16 17:24:34 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-16 18:33:51 -0700 |
commit | e3fdb7f202c910652f2f19bab55af47b269023d3 (patch) | |
tree | de53df1b26a9a92dd148ff6fa0b5be016f1219c2 /Documentation | |
parent | a7e66ae3f70e6e1ae08250d61ff8a968b714754d (diff) | |
download | git-e3fdb7f202c910652f2f19bab55af47b269023d3.tar.gz git-e3fdb7f202c910652f2f19bab55af47b269023d3.tar.xz |
[PATCH] Reformat git-show-branches-script documentation.
... using ListingBlock of asciidoc.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-show-branches-script.txt | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/Documentation/git-show-branches-script.txt b/Documentation/git-show-branches-script.txt index 95c701344..c7fb02cf7 100644 --- a/Documentation/git-show-branches-script.txt +++ b/Documentation/git-show-branches-script.txt @@ -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 |