Code

builtin-fetch.c (store_updated_refs): Honor update_local_ref() return value
[git.git] / git.c
diff --git a/git.c b/git.c
index 2c9004f02e33180dcdbbc5b2e90266599ad41cc1..272bf03da3b3aee7dbdb088ddc1042c18567492a 100644 (file)
--- a/git.c
+++ b/git.c
@@ -294,7 +294,7 @@ static void handle_internal_command(int argc, const char **argv)
                { "count-objects", cmd_count_objects, RUN_SETUP },
                { "describe", cmd_describe, RUN_SETUP },
                { "diff", cmd_diff },
-               { "diff-files", cmd_diff_files },
+               { "diff-files", cmd_diff_files, RUN_SETUP },
                { "diff-index", cmd_diff_index, RUN_SETUP },
                { "diff-tree", cmd_diff_tree, RUN_SETUP },
                { "fast-export", cmd_fast_export, RUN_SETUP },