author | Jonathan Nieder <jrnieder@gmail.com> | |
Fri, 20 Aug 2010 10:39:48 +0000 (05:39 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 20 Aug 2010 21:16:51 +0000 (14:16 -0700) | ||
commit | b9190e79134ceea2ed0f4a3d1aa90ce6398858f7 | |
tree | ffc6d23d654ad6282f31584ebc0cfa8480aff710 | tree | snapshot |
parent | 3c56c84eb8d6e74a6a0457ddc3853f2f0200acb5 | commit | diff |
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>
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>