Merge branch 'js/mv'
[gitweb.git] / builtin-diff-files.c
index 81ac2fe64aea23f9db605da181da098dcfca757a..2e10118623e773253d57719fdba853e6fde4f776 100644 (file)
@@ -18,8 +18,8 @@ int cmd_diff_files(int argc, const char **argv, char **envp)
        struct rev_info rev;
        int silent = 0;
 
-       git_config(git_default_config); /* no "diff" UI options */
        init_revisions(&rev);
+       git_config(git_default_config); /* no "diff" UI options */
        rev.abbrev = 0;
 
        argc = setup_revisions(argc, argv, &rev, NULL);