aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-08-20 05:39:48 -0500
committerJunio C Hamano <gitster@pobox.com>2010-08-20 14:16:51 -0700
commitb9190e79134ceea2ed0f4a3d1aa90ce6398858f7 (patch)
treeffc6d23d654ad6282f31584ebc0cfa8480aff710 /Documentation/git-push.txt
parent3c56c84eb8d6e74a6a0457ddc3853f2f0200acb5 (diff)
downloadgit-b9190e79134ceea2ed0f4a3d1aa90ce6398858f7.tar.gz
git-b9190e79134ceea2ed0f4a3d1aa90ce6398858f7.tar.xz
Documentation: do not convert ... operator to ellipses
The symmetric difference or merge-base operator ... as used by rev-list and diff is actually three period characters. If it gets replaced by an ellipsis glyph in the manual, that would stop readers from copying and pasting it. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r--Documentation/git-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index 658ff2ff6..020955ff5 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -200,7 +200,7 @@ summary::
For a successfully pushed ref, the summary shows the old and new
values of the ref in a form suitable for using as an argument to
`git log` (this is `<old>..<new>` in most cases, and
- `<old>...<new>` for forced non-fast-forward updates).
+ `<old>\...<new>` for forced non-fast-forward updates).
+
For a failed update, more details are given:
+