On 04/02, Junio C Hamano wrote:
> This is completely offtopic tangent, but I wonder how hidden-bool or
> hidden options[] element in general interacts with the recent
> addition of helping command line completion. Are we already doing
> the right thing?
I had a quick look at this, and it looks li
On 04/02, Junio C Hamano wrote:
> Thomas Gummerer writes:
>
> > +test_expect_success 'reset --no-show-new-head-line suppresses "HEAD is now
> > at" output' '
> > + git reset --hard --no-show-new-head-line HEAD >actual &&
> > + ! grep "HEAD is now at" > +'
>
> As builtin/reset.c::print_new_
On 04/02, Junio C Hamano wrote:
> Thomas Gummerer writes:
>
> > Introduce a new --show-new-head-line command line option, that
> > determines whether the "HEAD is now at ..." message is printed or not.
> > It is enabled by default to preserve the current behaviour.
> >
> > It will be used in a su
Thomas Gummerer writes:
> +test_expect_success 'reset --no-show-new-head-line suppresses "HEAD is now
> at" output' '
> + git reset --hard --no-show-new-head-line HEAD >actual &&
> + ! grep "HEAD is now at" +'
As builtin/reset.c::print_new_head_line() does this:
printf(_("HEAD
Thomas Gummerer writes:
> Introduce a new --show-new-head-line command line option, that
> determines whether the "HEAD is now at ..." message is printed or not.
> It is enabled by default to preserve the current behaviour.
>
> It will be used in a subsequent commit to disable printing the "HEAD
5 matches
Mail list logo