Merge branch 'rs/cocci' into maint
commitc8fd2201756f9cd10a796311a1b25d7a2ab2a3b9
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Oct 2016 16:01:23 +0000 (28 09:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Oct 2016 16:01:23 +0000 (28 09:01 -0700)
tree6654ec0ab1a53959fe62fa526445efe71deb0dfb
parent0582a34f525a95a1c592f111fbf64dd45a4d8e70
parenta94bb683970a111b467a36590ca36e52754ad504
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()
Makefile
diff.c
pretty.c
submodule.c