[PATCH] Reformat git-show-branches-script documentation.

... using ListingBlock of asciidoc.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2005-08-16 17:24:34 -07:00
parent a7e66ae3f7
commit e3fdb7f202

View File

@ -37,6 +37,7 @@ otherwise it shows a space.
The following example shows three branches, "pu", "master" and The following example shows three branches, "pu", "master" and
"rc": "rc":
------------------------------------------------
* [pu] Add cheap local clone '-s' flag to git-clone-script * [pu] Add cheap local clone '-s' flag to git-clone-script
! [master] Documentation updates. ! [master] Documentation updates.
! [rc] Merge master into rc ! [rc] Merge master into rc
@ -46,6 +47,7 @@ The following example shows three branches, "pu", "master" and
++ Documentation updates. ++ Documentation updates.
+ Merge master into rc + Merge master into rc
+++ [PATCH] plug memory leak in diff.c::diff_free_filepair() +++ [PATCH] plug memory leak in diff.c::diff_free_filepair()
------------------------------------------------
These three branches all forked from a common commit, "[PATCH] These three branches all forked from a common commit, "[PATCH]
plug memory leak...", and "rc" has one commit ahead of it. The plug memory leak...", and "rc" has one commit ahead of it. The