]> git.neil.brown.name Git - git.git/commit
Merge branch 'jk/am-leakfix' into maint
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2017 01:21:01 +0000 (10:21 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2017 01:21:01 +0000 (10:21 +0900)
commit70d19a436dfdc2375f7c80dac85bc08160f6a0f7
treee3ff9069fadda6441f29d029a1d242676e029340
parent8a17b259e2c9137c1653523e00a988cb3cee3a1f
parent721f5f1e355648f6b15d79799a3fdc6b4a28352f
Merge branch 'jk/am-leakfix' into maint

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