projects
/
git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
2f76ebc
74373b5
)
Merge branch 'nd/repo-clear-keep-the-index'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 30 May 2018 05:04:05 +0000
(14:04 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 30 May 2018 05:04:05 +0000
(14:04 +0900)
the_repository->index is not a allocated piece of memory but
repo_clear() indiscriminately attempted to free(3) it, which has
been corrected.
* nd/repo-clear-keep-the-index:
repository: fix free problem with repo_clear(the_repository)
1
2
repository.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
repository.c
Simple merge