From: Mark Szepieniec Date: Tue, 27 Nov 2012 01:37:34 +0000 (+0000) Subject: Documentation: improve phrasing in git-push.txt X-Git-Tag: v1.8.1-rc0~24^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6b6e063c44dd830bf9d146a91a7df51c0af94f23?ds=inline;hp=--cc Documentation: improve phrasing in git-push.txt The current version contains the sentence: Further suppose that the other person already pushed changes leading to A back to the original repository you two obtained the original commit X. which doesn't parse for me; I've changed it to Further suppose that the other person already pushed changes leading to A back to the original repository from which you two obtained the original commit X. Signed-off-by: Mark Szepieniec Signed-off-by: Junio C Hamano --- 6b6e063c44dd830bf9d146a91a7df51c0af94f23 diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index fe46c4258a..6d19d59ce5 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -286,7 +286,8 @@ leading to commit A. The history looks like this: ---------------- Further suppose that the other person already pushed changes leading to A -back to the original repository you two obtained the original commit X. +back to the original repository from which you two obtained the original +commit X. The push done by the other person updated the branch that used to point at commit X to point at commit A. It is a fast-forward.