Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
checkout: fix memory leak
author
Junio C Hamano
<gitster@pobox.com>
Mon, 8 May 2017 04:21:06 +0000
(13:21 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 10 May 2017 04:12:15 +0000
(21:12 -0700)
When "git checkout -m" does an in-core three-way merge to carry
local modifications forward to check out a different branch, the
code forgot to free the updated contents it has in-core.
Noticed-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
443a12f
)
No differences found