]> git.99rst.org Git - git.git/commit
clean: factorize incompatibility message
authorRené Scharfe <redacted>
Wed, 6 Dec 2023 11:51:59 +0000 (12:51 +0100)
committerJunio C Hamano <redacted>
Fri, 8 Dec 2023 22:41:03 +0000 (07:41 +0900)
commitf5f9e972bd437f24365a26ebfbfebba4bc260984
tree426cd684b3e613b84508194547c7553da7d43252
parent81fb70f55e93ca0b5f013284e15aec0ee9f79824
clean: factorize incompatibility message

Use the standard parameterized message for reporting incompatible
options to inform users that they can't use -x and -X together.  This
reduces the number of strings to translate and makes the UI slightly
more consistent.

Signed-off-by: René Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/clean.c
git clone https://git.99rst.org/PROJECT