]> git.phdru.name Git - git-wiki.git/commitdiff
Shorten legend description
authorOleg Broytman <phd@phdru.name>
Thu, 25 Jun 2015 17:45:57 +0000 (20:45 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 25 Jun 2015 17:45:57 +0000 (20:45 +0300)
pep-git.txt

index 9264005547f8d6aa6bbc9eed3506eb291c4b92f6..c2bb7dd07271fe886f2a8978076fd05de7d2c887 100644 (file)
@@ -438,9 +438,9 @@ on it. The entire 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--M--< v2 - it is the mainline branch
+    o--o--o--o--o--M--< v2 - the mainline branch
         \         /
         \         /
-         --*--*--*         - it is the topic branch, now unnamed
+         --*--*--*         - 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