describe: localize debug output fully
commit646c3bd1ad59ab4aea2718d89c8eb9ce8cfa83bf
authorMichael J Gruber <git@grubix.eu>
Mon, 27 Mar 2017 16:50:05 +0000 (27 18:50 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Mar 2017 20:45:23 +0000 (27 13:45 -0700)
tree140a4b9fd663c6debec67f908451c9ed9f42cd30
parente0ef7fe78c46e6919d249b9547948a3bb7321dea
describe: localize debug output fully

git describe --debug localizes all debug messages but not the terms
head, lightweight, annotated that it outputs for the candidates.
Localize them, too.

Signed-off-by: Michael J Gruber <git@grubix.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/describe.c