Jon Seymour wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Jon Seymour <redacted>
---
Documentation/git-bisect.txt | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt
index 41e6ca8..e4f46bc 100644
--- a/Documentation/git-bisect.txt
+++ b/Documentation/git-bisect.txt
@@ -273,6 +273,8 @@ it point to the commit that should be tested.
+
This option may be useful when the test you would perform in each step
does not require a checked out tree.
++
+If the repository is bare, `--no-checkout` is assumed.
Thanks. I think this should be squashed with patches 1 and 2, though I
don't mind it having been split out for review.
The whole series looks good, even given the tiny nitpicks in patch 2 I
mentioned. :)