]> git.99rst.org Git - git.git/commit
remote: warn about unhandled branch.<name>.rebase values
authorJohannes Schindelin <redacted>
Tue, 7 Sep 2021 21:05:03 +0000 (21:05 +0000)
committerJunio C Hamano <redacted>
Wed, 8 Sep 2021 04:45:32 +0000 (21:45 -0700)
commitab7c7c219b487ad8cde94c8c1155977cb2efd52b
tree86ac299a9f0ac523a55becc1989d42b4a10d0b6e
parent6df8755c7b953665bb1960e660fceb5acc2b2a23
remote: warn about unhandled branch.<name>.rebase values

We ignore them silently, but it actually makes sense to warn the users
that their config setting has no effect.

Signed-off-by: Johannes Schindelin <redacted>
Reviewed-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/remote.c
git clone https://git.99rst.org/PROJECT