]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: improve fast-forward in glossary content
authorReuven Y <robi@post.jce.ac.il>
Wed, 19 May 2021 09:28:49 +0000 (09:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 May 2021 12:11:49 +0000 (21:11 +0900)
The text was somewhat confusing between the revision itself and the author.

Signed-off-by: Reuven Yagel <robi@post.jce.ac.il>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/glossary-content.txt

index 67c7a50b96a0b29bc3a98edf1e02f4b455969abf..c0779713355c736075db693259e8c800a7854a75 100644 (file)
@@ -146,8 +146,8 @@ current branch integrates with) obviously do not work, as there is no
        <<def_revision,revision>> and you are "merging" another
        <<def_branch,branch>>'s changes that happen to be a descendant of what
        you have. In such a case, you do not make a new <<def_merge,merge>>
-       <<def_commit,commit>> but instead just update to his
-       revision. This will happen frequently on a
+       <<def_commit,commit>> but instead just update your branch to point at the same
+       revision as the branch you are merging. This will happen frequently on a
        <<def_remote_tracking_branch,remote-tracking branch>> of a remote
        <<def_repository,repository>>.