]> git.ipfire.org Git - thirdparty/git.git/blobdiff - repository.c
refs: convert AUTO_MERGE to become a normal pseudo-ref
[thirdparty/git.git] / repository.c
index d7d24d416ae4373c9283ec6bd5171b7cfdd1e759..a931e3b1b3eefda936821b8c50de7831074f6e9a 100644 (file)
@@ -263,7 +263,6 @@ static void repo_clear_path_cache(struct repo_path_cache *cache)
        FREE_AND_NULL(cache->merge_mode);
        FREE_AND_NULL(cache->merge_head);
        FREE_AND_NULL(cache->merge_autostash);
-       FREE_AND_NULL(cache->auto_merge);
        FREE_AND_NULL(cache->fetch_head);
        FREE_AND_NULL(cache->shallow);
 }