aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-bisect.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-29 13:59:16 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-29 13:59:16 -0700
commit73167677c0a0e51b3b6505a4287dd3cbf7f11497 (patch)
tree83ecead055b4ea5d16f2d2054b7c0dd0b4f1d02e /Documentation/git-bisect.txt
parentf7a88b6c58db43b727a4146b559b9863e1acc7e3 (diff)
parent3b19dba7030f179cf981a8714693f74c07d915a4 (diff)
downloadgit-73167677c0a0e51b3b6505a4287dd3cbf7f11497.tar.gz
Merge branch 'jc/em-dash-in-doc'
AsciiDoc markup fixes. * jc/em-dash-in-doc: Documentation: AsciiDoc spells em-dash as double-dashes, not triple
Diffstat (limited to 'Documentation/git-bisect.txt')
-rw-r--r--Documentation/git-bisect.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt
index 51cacd7169..7e79aaedeb 100644
--- a/Documentation/git-bisect.txt
+++ b/Documentation/git-bisect.txt
@@ -335,7 +335,7 @@ cannot be tested. If the script exits with this code, the current
revision will be skipped (see `git bisect skip` above). 125 was chosen
as the highest sensible value to use for this purpose, because 126 and 127
are used by POSIX shells to signal specific error status (127 is for
-command not found, 126 is for command found but not executable---these
+command not found, 126 is for command found but not executable--these
details do not matter, as they are normal errors in the script, as far as
`bisect run` is concerned).