We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2365d4f + 12f0be0 commit 68dce01Copy full SHA for 68dce01
1 file changed
repository.c
@@ -349,7 +349,6 @@ int repo_submodule_init(struct repository *subrepo,
349
350
static void repo_clear_path_cache(struct repo_path_cache *cache)
351
{
352
- FREE_AND_NULL(cache->squash_msg);
353
FREE_AND_NULL(cache->squash_msg);
354
FREE_AND_NULL(cache->merge_msg);
355
FREE_AND_NULL(cache->merge_rr);
0 commit comments