From: Junio C Hamano Date: Wed, 30 May 2018 05:04:05 +0000 (+0900) Subject: Merge branch 'nd/repo-clear-keep-the-index' X-Git-Tag: v2.18.0-rc0~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0abb9628932717f535f27d4652c07455389db5f3;p=thirdparty%2Fgit.git Merge branch 'nd/repo-clear-keep-the-index' 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) --- 0abb9628932717f535f27d4652c07455389db5f3