]> git.ipfire.org Git - thirdparty/git.git/commit
scalar reconfigure -a: remove stale `scalar.repo` entries
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 7 Nov 2022 18:25:01 +0000 (18:25 +0000)
committerTaylor Blau <me@ttaylorr.com>
Mon, 7 Nov 2022 18:57:13 +0000 (13:57 -0500)
commitc90db53d203d7ade1dc7abe63857cfb5616fe34f
tree5beebd1554d788ed94a85ffa0d020898370d14c9
parent3b08839926fcc7cc48cf4c759737c1a71af430c1
scalar reconfigure -a: remove stale `scalar.repo` entries

Every once in a while, a Git for Windows installation fails because the
attempt to reconfigure a Scalar enlistment failed because it was deleted
manually without removing the corresponding entries in the global Git
config.

In f5f0842d0b5 (scalar: let 'unregister' handle a deleted enlistment
directory gracefully, 2021-12-03), we already taught `scalar delete` to
handle the case of a manually deleted enlistment gracefully. This patch
adds the same graceful handling to `scalar reconfigure --all`.

This patch is best viewed with `--color-moved`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
scalar.c
t/t9210-scalar.sh