Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/am-leakfix'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 16 May 2017 02:51:53 +0000
(11:51 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 16 May 2017 02:51:53 +0000
(11:51 +0900)
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()
1
2
builtin/am.c
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
6ebfa10
721f5f1
)
diff --cc
builtin/am.c
Simple merge