* [PATCH] bisect: add first-parent option to documentation
@ 2020-08-22 20:32 Aaron Lipman
2020-08-23 6:50 ` Christian Couder
0 siblings, 1 reply; 2+ messages in thread
From: Aaron Lipman @ 2020-08-22 20:32 UTC (permalink / raw)
To: git; +Cc: Aaron Lipman
Ensure that the [--first-parent] option is listed in the output of
git bisect -h
Signed-off-by: Aaron Lipman <alipman88@gmail.com>
---
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)
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] bisect: add first-parent option to documentation
2020-08-22 20:32 [PATCH] bisect: add first-parent option to documentation Aaron Lipman
@ 2020-08-23 6:50 ` Christian Couder
0 siblings, 0 replies; 2+ messages in thread
From: Christian Couder @ 2020-08-23 6:50 UTC (permalink / raw)
To: Aaron Lipman; +Cc: git
On Sun, Aug 23, 2020 at 1:06 AM Aaron Lipman <alipman88@gmail.com> wrote:
>
> Ensure that the [--first-parent] option is listed in the output of
> git bisect -h
>
> Signed-off-by: Aaron Lipman <alipman88@gmail.com>
> ---
> This patch updates a piece of documentation I missed when submitting the
> first-parent option a few weeks ago.
Thanks!
> 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)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-23 6:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-22 20:32 [PATCH] bisect: add first-parent option to documentation Aaron Lipman
2020-08-23 6:50 ` Christian Couder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox