rerere: migrate to parse-options API
[gitweb.git] / builtin / checkout.c
index 1994be92c66257da18c31502bda605be170fd092..a0c00d38787ec406b952fbebd057b83f2cae69b6 100644 (file)
@@ -150,6 +150,10 @@ static int checkout_merged(int pos, struct checkout *state)
        read_mmblob(&ours, active_cache[pos+1]->sha1);
        read_mmblob(&theirs, active_cache[pos+2]->sha1);
 
+       /*
+        * NEEDSWORK: re-create conflicts from merges with
+        * merge.renormalize set, too
+        */
        status = ll_merge(&result_buf, path, &ancestor, "base",
                          &ours, "ours", &theirs, "theirs", 0);
        free(ancestor.ptr);