From: Oleg Broytman Date: Thu, 25 Jun 2015 17:45:57 +0000 (+0300) Subject: Shorten legend description X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=93ea7a95b31831f5b416fbcd7b7999f9d9fc78a7;p=git-wiki.git Shorten legend description --- diff --git a/pep-git.txt b/pep-git.txt index 9264005..c2bb7dd 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -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:: - 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