Patrick Steinhardt [off-list ref] writes:
When executing git-init(1) we need to figure out the final location of
the worktree. This location can be configured in a couple of ways: via
an environment variable, via the preexisting "core.worktree" config in
case we're reinitializing, or implicitly when reinitializing a non-bare
repository.
Do you mean:
case we're reinitializing, or implicitly when initializing a non-bare
repository.
So the second 'init' without the 're'?
Obviously not worth a reroll on it's own.
--
Cheers,
Toon