summaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2018-01-19 17:05:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-01-19 19:27:14 (GMT)
commitcd9a4b6d9339ec81575e1af13c10bfcbba45a22f (patch)
treed06880e74ab0b1016e6406da1a2ae74d5e8091d5 /usage.c
parentfc849d8d6b90e5c1e0c37bc0d60dd92b2fe7347f (diff)
downloadgit-cd9a4b6d9339ec81575e1af13c10bfcbba45a22f.zip
git-cd9a4b6d9339ec81575e1af13c10bfcbba45a22f.tar.gz
git-cd9a4b6d9339ec81575e1af13c10bfcbba45a22f.tar.bz2
cocci: use format keyword instead of a literal string
There's a rule in strbuf.cocci for converting trivial uses of strbuf_addf() to strbuf_addstr() in order to simplify the code and improve performance a bit. Coccinelle 1.0.0~rc19.deb-3 on Travis CI lets the "%s" in that rule match format strings like "%d" as well for some reason, though, leading to invalid proposed patches. Use the "format" keyword to let Coccinelle parse the format string and match the conversion specifier with a trivial regular expression instead. This works fine with both Coccinelle 1.0.0~rc19.deb-3 and 1.0.4.deb-3+b3 (the current version on Debian testing). Reported-by: SZEDER Gábor <szeder.dev@gmail.com> Tested-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'usage.c')
0 files changed, 0 insertions, 0 deletions