File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,12 @@ exit(3) manual page), as the value is chopped with "& 0377".
241241
242242The special exit code 125 should be used when the current source code
243243cannot be tested. If the script exits with this code, the current
244- revision will be skipped (see `git bisect skip` above).
244+ revision will be skipped (see `git bisect skip` above). 125 was chosen
245+ as the highest sensible value to use for this purpose, because 126 and 127
246+ are used by POSIX shells to signal specific error status (127 is for
247+ command not found, 126 is for command found but not executable---these
248+ details do not matter, as they are normal errors in the script, as far as
249+ "bisect run" is concerned).
245250
246251You may often find that during a bisect session you want to have
247252temporary modifications (e.g. s/#define DEBUG 0/#define DEBUG 1/ in a
You can’t perform that action at this time.
0 commit comments