git-apply: start using the index file information.
[git.git] / diff-cache.c
index 3c8f9e0..10d5c95 100644 (file)
@@ -234,6 +234,6 @@ int main(int argc, const char **argv)
                diffcore_pickaxe(pickaxe);
        if (2 <= argc)
                diffcore_pathspec(argv + 1);
-       diff_flush(diff_output_format);
+       diff_flush(diff_output_format, 1);
        return ret;
 }