]> git.ipfire.org Git - thirdparty/git.git/commit
bisect: print bisect terms in single quotes
authorJonas Rebmann <kernel@schlaraffenlan.de>
Thu, 14 May 2026 09:07:05 +0000 (11:07 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 May 2026 10:56:34 +0000 (19:56 +0900)
commit0c0f93e7fa645c1058226a9bfde9e2b4441edf96
treefed7dc5d26695e64eaa5ed1380142e6d90ca6c69
parent99ac2324a52a2e37dcde6b8dd6c9fb44706a65a0
bisect: print bisect terms in single quotes

As bisect terms can be arbitrarily chosen, they have been quoted in some
status messages, and in even more by translators.

To make the role of bisect terms more clear, including in translations,
and for consistency, 'enquote' all occurrences of bisect terms in status
messages.

Signed-off-by: Jonas Rebmann <kernel@schlaraffenlan.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c
builtin/bisect.c
t/t6030-bisect-porcelain.sh