mirror of
https://github.com/git/git.git
synced 2024-11-19 01:13:53 +01:00
[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:
parent
a7e66ae3f7
commit
e3fdb7f202
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user