]> git.99rst.org Git - git.git/commit
strbuf: simplify strbuf_expand_literal_cb()
authorRené Scharfe <redacted>
Sat, 17 Jun 2023 20:44:00 +0000 (22:44 +0200)
committerJunio C Hamano <redacted>
Sun, 18 Jun 2023 19:55:30 +0000 (12:55 -0700)
commit4416b86c6b34dad64b556bb1eb6711d5e6595a48
treed8eae1b68c8afc7556cf2506789e255d4c9817ab
parent6f1e2d52797161c7effe4d1388765de3dbd80bbf
strbuf: simplify strbuf_expand_literal_cb()

Now that strbuf_expand_literal_cb() is no longer used as a callback,
drop its "_cb" name suffix and unused context parameter.

Signed-off-by: René Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/ls-files.c
builtin/ls-tree.c
pretty.c
strbuf.c
strbuf.h
git clone https://git.99rst.org/PROJECT