[PATCH] bisect: add first-parent option to documentation

Subsystems: the rest

STALE2208d

2 messages, 2 authors, 2020-08-23 · open the first message on its own page

[PATCH] bisect: add first-parent option to documentation

From: Aaron Lipman <hidden>
Date: 2020-08-22 20:32:35

Ensure that the [--first-parent] option is listed in the output of
git bisect -h

Signed-off-by: Aaron Lipman <redacted>
---
This patch updates a piece of documentation I missed when submitting the
first-parent option a few weeks ago.

 git-bisect.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-bisect.sh b/git-bisect.sh
index c7580e51a0..c28e35b0fa 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -4,7 +4,7 @@ USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay|
 LONG_USAGE='git bisect help
 	print this long help message.
 git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
-		 [--no-checkout] [<bad> [<good>...]] [--] [<pathspec>...]
+		 [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
 	reset bisect state and start bisection.
 git bisect (bad|new) [<rev>]
 	mark <rev> a known-bad revision/
-- 
2.24.3 (Apple Git-128)

Re: [PATCH] bisect: add first-parent option to documentation

From: Christian Couder <hidden>
Date: 2020-08-23 06:51:01

On Sun, Aug 23, 2020 at 1:06 AM Aaron Lipman [off-list ref] wrote:
Ensure that the [--first-parent] option is listed in the output of
git bisect -h

Signed-off-by: Aaron Lipman <redacted>
---
This patch updates a piece of documentation I missed when submitting the
first-parent option a few weeks ago.
Thanks!
quoted hunk
 git-bisect.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-bisect.sh b/git-bisect.sh
index c7580e51a0..c28e35b0fa 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -4,7 +4,7 @@ USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay|
 LONG_USAGE='git bisect help
        print this long help message.
 git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
-                [--no-checkout] [<bad> [<good>...]] [--] [<pathspec>...]
+                [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
This looks good to me as this matches what's in "Documentation/git-bisect.txt".

Best,
Christian.








2.24.3 (Apple Git-128)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help