Merge branch 'jk/am-leakfix'
commitdb3b1d5843354e2caf3c026b06834df7a55dcef6
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 May 2017 02:51:53 +0000 (16 11:51 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 May 2017 02:51:53 +0000 (16 11:51 +0900)
tree71178ab8998e9a2d0b2d61331c7a1d11d55360e5
parent6ebfa10439e50175f24874b39c16fea6560adefe
parent721f5f1e355648f6b15d79799a3fdc6b4a28352f
Merge branch 'jk/am-leakfix'

The codepath in "git am" that is used when running "git rebase"
leaked memory held for the log message of the commits being rebased.

* jk/am-leakfix:
  am: shorten ident_split variable name in get_commit_info()
  am: simplify allocations in get_commit_info()
  am: fix commit buffer leak in get_commit_info()
builtin/am.c