* [PATCH] Fix typo: "git bisectreset" -> "git bisect reset"
@ 2019-02-11 3:06 Jiang Xin
2019-02-11 3:46 ` Eric Sunshine
0 siblings, 1 reply; 3+ messages in thread
From: Jiang Xin @ 2019-02-11 3:06 UTC (permalink / raw)
To: Git List, Pranit Bauva, Junio C Hamano
Cc: Jiang Xin, Alexander Shopov, Jordi Mas, Ralf Thielow,
Christopher Díaz, Jean-Noël Avila, Marco Paolone,
Gwan-gyeong Mun, Vasco Almeida, Dimitriy Ryazantcev,
Peter Krefting, Trần Ngọc Quân
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
---
builtin/bisect--helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin/bisect--helper.c b/builtin/bisect--helper.c
index c1cff32661..5f0b4bddf1 100644
--- a/builtin/bisect--helper.c
+++ b/builtin/bisect--helper.c
@@ -173,7 +173,7 @@ static int bisect_reset(const char *commit)
argv_array_clear(&argv);
return error(_("could not check out original"
" HEAD '%s'. Try 'git bisect"
- "reset <commit>'."), branch.buf);
+ " reset <commit>'."), branch.buf);
}
argv_array_clear(&argv);
}
--
2.21.0.rc0.38.ga5fda54cc5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Fix typo: "git bisectreset" -> "git bisect reset"
2019-02-11 3:06 [PATCH] Fix typo: "git bisectreset" -> "git bisect reset" Jiang Xin
@ 2019-02-11 3:46 ` Eric Sunshine
2019-02-11 7:48 ` Jiang Xin
0 siblings, 1 reply; 3+ messages in thread
From: Eric Sunshine @ 2019-02-11 3:46 UTC (permalink / raw)
To: Jiang Xin
Cc: Git List, Pranit Bauva, Junio C Hamano, Alexander Shopov,
Jordi Mas, Ralf Thielow, Christopher Díaz,
Jean-Noël Avila, Marco Paolone, Gwan-gyeong Mun,
Vasco Almeida, Dimitriy Ryazantcev, Peter Krefting,
Trần Ngọc Quân
On Sun, Feb 10, 2019 at 10:07 PM Jiang Xin <worldhello.net@gmail.com> wrote:
> diff --git a/builtin/bisect--helper.c b/builtin/bisect--helper.c
> @@ -173,7 +173,7 @@ static int bisect_reset(const char *commit)
> return error(_("could not check out original"
> " HEAD '%s'. Try 'git bisect"
> - "reset <commit>'."), branch.buf);
> + " reset <commit>'."), branch.buf);
> }
This duplicates a change made by [1], although that patch was
withdrawn (temporarily).
[1]: http://public-inbox.org/git/20190209213044.29539-1-jn.avila@free.fr/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Fix typo: "git bisectreset" -> "git bisect reset"
2019-02-11 3:46 ` Eric Sunshine
@ 2019-02-11 7:48 ` Jiang Xin
0 siblings, 0 replies; 3+ messages in thread
From: Jiang Xin @ 2019-02-11 7:48 UTC (permalink / raw)
To: Eric Sunshine
Cc: Git List, Pranit Bauva, Junio C Hamano, Alexander Shopov,
Jordi Mas, Ralf Thielow, Christopher Díaz,
Jean-Noël Avila, Marco Paolone, Gwan-gyeong Mun,
Vasco Almeida, Dimitriy Ryazantcev, Peter Krefting,
Trần Ngọc Quân
Eric Sunshine <sunshine@sunshineco.com> 于2019年2月11日周一 上午11:47写道:
>
> On Sun, Feb 10, 2019 at 10:07 PM Jiang Xin <worldhello.net@gmail.com> wrote:
> > diff --git a/builtin/bisect--helper.c b/builtin/bisect--helper.c
> > @@ -173,7 +173,7 @@ static int bisect_reset(const char *commit)
> > return error(_("could not check out original"
> > " HEAD '%s'. Try 'git bisect"
> > - "reset <commit>'."), branch.buf);
> > + " reset <commit>'."), branch.buf);
> > }
>
> This duplicates a change made by [1], although that patch was
> withdrawn (temporarily).
>
> [1]: http://public-inbox.org/git/20190209213044.29539-1-jn.avila@free.fr/
Thank you for reminding. Please use Jean-Noël's patch v2 (forgot add
v2 suffix?).
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-02-11 7:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-11 3:06 [PATCH] Fix typo: "git bisectreset" -> "git bisect reset" Jiang Xin
2019-02-11 3:46 ` Eric Sunshine
2019-02-11 7:48 ` Jiang Xin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox