Skip to content

Commit 0182606

Browse files
Kaartic Sivaraamgitster
authored andcommitted
doc: correct a mistake in an illustration
The first illustration of the "RECOVERING FROM UPSTREAM REBASE" section in the 'git-rebase' documentation meant to depict that there are number of commits on the 'master' branch, but it is longer than the 'master' branch in the following illustrations by one commit, even though there is no resetting of 'master' to lose that commit. Correct it. Signed-off-by: Kaartic Sivaraam <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 840ed14 commit 0182606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-rebase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ on this 'subsystem'. You might end up with a history like the
665665
following:
666666

667667
------------
668-
o---o---o---o---o---o---o---o---o master
668+
o---o---o---o---o---o---o---o master
669669
\
670670
o---o---o---o---o subsystem
671671
\

0 commit comments

Comments
 (0)