Signed-off-by: Taylor Blau <me@xxxxxxxxxxxx> --- Noticed while reading the RelNotes for GitHub's release highlights blog post. I'm pretty sure that this is a typo for "not-so-uncommon", but I could be wrong (in which case, feel free to drop this patch on the floor). Documentation/RelNotes/2.36.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.36.0.txt b/Documentation/RelNotes/2.36.0.txt index d61ade21e2..98e1c97617 100644 --- a/Documentation/RelNotes/2.36.0.txt +++ b/Documentation/RelNotes/2.36.0.txt @@ -46,7 +46,7 @@ UI, Workflows & Features * "git branch" learned the "--recurse-submodules" option. - * A not-so-common mistake is to write a script to feed "git bisect + * A not-so-uncommon mistake is to write a script to feed "git bisect run" without making it executable, in which case all tests will exit with 126 or 127 error codes, even on revisions that are marked as good. Try to recognize this situation and stop iteration early. -- 2.35.1.73.gccc5557600