Skip to content

Commit

Permalink
user-manual: be consistent in illustrations to 'git rebase'
Browse files Browse the repository at this point in the history
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 <kirr@mns.spb.ru>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Kirill Smelkov authored and Junio C Hamano committed Sep 29, 2010
1 parent 2bea593 commit fa8347b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa8347b

Please sign in to comment.