]> git.ipfire.org Git - thirdparty/git.git/commit - scalar.c
scalar reconfigure: help users remove buggy repos
authorDerrick Stolee <derrickstolee@github.com>
Mon, 28 Aug 2023 13:52:26 +0000 (13:52 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Aug 2023 16:16:06 +0000 (09:16 -0700)
commitf9a547d3a7a70db491f191dbc4f16c17e3308f78
tree5bbced37a83f19331776763f168dc8cfb586dc43
parent26ae8da683bd2a054c5807ff676336df43b40b03
scalar reconfigure: help users remove buggy repos

When running 'scalar reconfigure -a', Scalar has warning messages about
the repository missing (or not containing a .git directory). Failures
can also happen while trying to modify the repository-local config for
that repository.

These warnings may seem confusing to users who don't understand what
they mean or how to stop them.

Add a warning that instructs the user how to remove the warning in
future installations.

Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
scalar.c