help.c: rename function "pretty_print_string_list"
commitd10cb3dfab92bf24e2919ae3d4a16013dba0261f
authorRalf Thielow <ralf.thielow@gmail.com>
Fri, 28 Feb 2014 19:27:29 +0000 (28 20:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Feb 2014 21:24:53 +0000 (28 13:24 -0800)
tree03759d47eab033e82797984b01b1f6417217f383
parent7bbc4e8fdb33e0a8e42e77cc05460d4c4f615f4d
help.c: rename function "pretty_print_string_list"

The part "string_list" of the name of function
"pretty_print_string_list" is just an implementation
detail. The function pretty-prints command names so
rename it to "pretty_print_cmdnames".

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c