Skip to content

Commit

Permalink
Documentation: improve phrasing in git-push.txt
Browse files Browse the repository at this point in the history
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 <mszepien@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Mark Szepieniec authored and Junio C Hamano committed Nov 27, 2012
1 parent d1eded4 commit 6b6e063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/git-push.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6b6e063

Please sign in to comment.