summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
diff options
context:
space:
mode:
authorKaartic Sivaraam <kaarticsivaraam91196@gmail.com>2017-07-10 14:18:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-07-10 16:50:36 (GMT)
commit01826066b085ca136a1fc81ab964fab2d240ad86 (patch)
treea8525acf8f6e62dc089ab48f06ea8bd45e03abaf /Documentation/git-rebase.txt
parent840ed141983718e0c5518a325534a5656797132a (diff)
downloadgit-01826066b085ca136a1fc81ab964fab2d240ad86.zip
git-01826066b085ca136a1fc81ab964fab2d240ad86.tar.gz
git-01826066b085ca136a1fc81ab964fab2d240ad86.tar.bz2
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>
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r--Documentation/git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index de222c8..3290fc5 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -665,7 +665,7 @@ on this 'subsystem'. You might end up with a history like the
following:
------------
- o---o---o---o---o---o---o---o---o master
+ o---o---o---o---o---o---o---o master
\
o---o---o---o---o subsystem
\