summaryrefslogtreecommitdiff
path: root/Documentation/git-bisect.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-11-04 14:20:45 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-11-04 14:20:45 -0800
commitbc1e0481bf0a01e4f4741ee206cc0d81e667d73a (patch)
treecca6752f05c7a8147d1e066e61dc8c05881a285a /Documentation/git-bisect.txt
parentMerge branch 'es/worktree-add' into maint (diff)
parentDocumentation: AsciiDoc spells em-dash as double-dashes, not triple (diff)
downloadtgif-bc1e0481bf0a01e4f4741ee206cc0d81e667d73a.tar.xz
Merge branch 'jc/em-dash-in-doc' into maint
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 e97f2de21b..0e7482b4c9 100644
--- a/Documentation/git-bisect.txt
+++ b/Documentation/git-bisect.txt
@@ -253,7 +253,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).