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 <kaarticsivaraam91196@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Kaartic Sivaraam committed Jul 10, 2017 at 19:48 UTC 01826066b085ca136a1fc81ab964fab2d240ad86
1 file changed +1 -1
Documentation/git-rebase.txt
+1 -1
@@ -665,7 +665,7 @@ on this 'subsystem'. You might end up with a history like the
665 following:
666
667 ------------
668 - o---o---o---o---o---o---o---o---o master
668 + o---o---o---o---o---o---o---o master
669 \
670 o---o---o---o---o subsystem
671 \