Merge branch 'sb/misc-fixes'
commit0c544a22f9297b305949bd77f15183aa8fffd8fc
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2013 02:20:58 +0000 (24 19:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2013 02:20:59 +0000 (24 19:20 -0700)
treee27dd3a877d391d79031596138d513c0eb6674a1
parent1762224ddb599ab14ca26cedafec39dee9b92fe5
parentd3c9cf32ca3b088fda54e7be311860f1f06fb11e
Merge branch 'sb/misc-fixes'

Assorted code cleanups and a minor fix.

* sb/misc-fixes:
  diff.c: Do not initialize a variable, which gets reassigned anyway.
  commit: Fix a memory leak in determine_author_info
  daemon.c:handle: Remove unneeded check for null pointer.
builtin/commit.c
daemon.c
diff.c