rerere: wrap paths in output in sq
commit28fc9abd3faaadfb882f7cd4586a9e27b067a284
authorThomas Gummerer <t.gummerer@gmail.com>
Sat, 14 Jul 2018 21:44:35 +0000 (14 22:44 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jul 2018 21:03:24 +0000 (16 14:03 -0700)
treed02ab9b2b4fcb4084ca40413ed9797e9acbf3ffb
parentc5d1d13239ecd0d3ec93796a196f5ff0513a7c03
rerere: wrap paths in output in sq

It looks like most paths in the output in the git codebase are wrapped
in single quotes.  Standardize on that in rerere as well.

Apart from being more consistent, this also makes some of the strings
match strings that are already translated in other parts of the
codebase, thus reducing the work for translators, when the strings are
marked for translation in a subsequent commit.

Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rerere.c
rerere.c