Documentation: do not convert ... operator to ellipses
commitb9190e79134ceea2ed0f4a3d1aa90ce6398858f7
authorJonathan Nieder <jrnieder@gmail.com>
Fri, 20 Aug 2010 10:39:48 +0000 (20 05:39 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Aug 2010 21:16:51 +0000 (20 14:16 -0700)
treeffc6d23d654ad6282f31584ebc0cfa8480aff710
parent3c56c84eb8d6e74a6a0457ddc3853f2f0200acb5
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>
Documentation/git-checkout.txt
Documentation/git-push.txt
Documentation/git-rebase.txt
Documentation/rev-list-options.txt