From: Junio C Hamano Date: Fri, 28 Oct 2016 16:01:23 +0000 (-0700) Subject: Merge branch 'rs/cocci' into maint X-Git-Tag: v2.10.2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c8fd2201756f9cd10a796311a1b25d7a2ab2a3b9 Merge branch 'rs/cocci' into maint Code cleanup. * rs/cocci: use strbuf_add_unique_abbrev() for adding short hashes, part 3 remove unnecessary NULL check before free(3) coccicheck: make transformation for strbuf_addf(sb, "...") more precise use strbuf_add_unique_abbrev() for adding short hashes, part 2 use strbuf_addstr() instead of strbuf_addf() with "%s", part 2 gitignore: ignore output files of coccicheck make target use strbuf_addstr() for adding constant strings to a strbuf, part 2 add coccicheck make target contrib/coccinelle: fix semantic patch for oid_to_hex_r() --- c8fd2201756f9cd10a796311a1b25d7a2ab2a3b9