From: Kirill Smelkov Date: Tue, 28 Sep 2010 08:20:24 +0000 (+0400) Subject: user-manual: be consistent in illustrations to 'git rebase' X-Git-Tag: v1.7.3.2~36 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fa8347b81609429d578bd67695bf19b096b10f4c;p=git.git user-manual: be consistent in illustrations to 'git rebase' Since we use a-b-c for mywork commits in one place, I think it would be logical to also use a-b-c too in other illustration on this topic. Signed-off-by: Kirill Smelkov Signed-off-by: Junio C Hamano --- diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index fecc4eb5b..84dfbf42e 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -2439,9 +2439,9 @@ You have performed no merges into mywork, so it is just a simple linear sequence of patches on top of "origin": ................................................ - o--o--o <-- origin + o--o--O <-- origin \ - o--o--o <-- mywork + a--b--c <-- mywork ................................................ Some more interesting work has been done in the upstream project, and