summaryrefslogtreecommitdiff
path: root/builtin.h
diff options
context:
space:
mode:
authorLibravatar Ævar Arnfjörð Bjarmason <avarab@gmail.com>2022-02-21 20:38:45 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-02-23 13:41:36 -0800
commitcd87ce7d0def6b6efeb1ae688bde217a0a47c9eb (patch)
tree0e38a34888f5b3da7b30fb5f6331cbd0a07081a3 /builtin.h
parenthelp doc: add missing "]" to "[-a|--all]" (diff)
downloadtgif-cd87ce7d0def6b6efeb1ae688bde217a0a47c9eb.tar.xz
help.c: use puts() instead of printf{,_ln}() for consistency
Change code in "help.c" that used printf_ln() without format specifiers to use puts() instead, as other existing code in the file does. Let's also change related code to use puts() instead of the equivalent of calling "printf" with a "%s\n" format. This formatting-only change will make a subsequent functional change easier to read, as it'll be changing code that's consistently using the same functions to do the same things. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin.h')
0 files changed, 0 insertions, 0 deletions