]> git.phdru.name Git - git-wiki.git/commitdiff
Redraw the diagram
authorOleg Broytman <phd@phdru.name>
Sat, 6 Jun 2015 23:24:06 +0000 (02:24 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 6 Jun 2015 23:24:06 +0000 (02:24 +0300)
pep-git.txt

index a576f3ba4738858e92f95848c42643e715c0acec..d45ef5d9379d48d4510fa168d9a3514085917a43 100644 (file)
@@ -432,9 +432,9 @@ workflow would be something like::
 When the topic branch is deleted only the label is removed, commits
 are stayed in the database, they are now merged into v2::
 
 When the topic branch is deleted only the label is removed, commits
 are stayed in the database, they are now merged into v2::
 
-    --o--o--o--o--o--o-M-<v2 - it is the mainline branch
-            \         /
-             --*--*--*       - it is the topic branch, now unnamed
+    o--o--o--o--o--M--< v2 - it is the mainline branch
+        \         /
+         --*--*--*         - it is the topic branch, now unnamed
 
 The topic branch is deleted to avoid cluttering branch namespace with
 small topic branches. Information on what issue was fixed or what
 
 The topic branch is deleted to avoid cluttering branch namespace with
 small topic branches. Information on what issue was fixed or what