Stefan Beller writes:
> +test_expect_success 'no advice given for explicit detached head state' '
> +git config advice.detachedHead false &&
> +git checkout child &&
> +git checkout --detach HEAD >expect &&
> +git config advice.detachedHead true &&
Is there a reaso
When a user asked for a detached HEAD specifically with `--detach`,
we do not need to give advice on what a detached HEAD state entails as
we can assume they know what they're getting into as they asked for it.
Signed-off-by: Stefan Beller
---
jrnieder wrote:
> Examples?
What do you mean b
2 matches
Mail list logo