Skip to content

Commit 26ff9be

Browse files
committed
RelNotes: clarify "bisect run unexecutable" tweak
We do not have to guess how common the mistake the change targets is when describing it. Such an argument may be good while proposing a change, but does not quite belong in the record of what has already happened, i.e. a release note. Helped-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1ac7422 commit 26ff9be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/RelNotes/2.36.0.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ UI, Workflows & Features
4646

4747
* "git branch" learned the "--recurse-submodules" option.
4848

49-
* A not-so-common mistake is to write a script to feed "git bisect
50-
run" without making it executable, in which case all tests will
51-
exit with 126 or 127 error codes, even on revisions that are marked
52-
as good. Try to recognize this situation and stop iteration early.
49+
* A user can forget to make a script file executable before giving
50+
it to "git bisect run". In such a case, all tests will exit with
51+
126 or 127 error codes, even on revisions that are marked as good.
52+
Try to recognize this situation and stop iteration early.
5353

5454
* When "index-pack" dies due to incoming data exceeding the maximum
5555
allowed input size, include the value of the limit in the error

0 commit comments

Comments
 (0)