revision: Fix --topo-order and --max-age with reachability limiting.
[git.git] / blame.c
diff --git a/blame.c b/blame.c
index 9c97aec..396defc 100644 (file)
--- a/blame.c
+++ b/blame.c
@@ -748,10 +748,11 @@ int main(int argc, const char **argv)
        struct commit_info ci;
        const char *buf;
        int max_digits;
-       size_t longest_file, longest_author;
+       int longest_file, longest_author;
        int found_rename;
 
        const char* prefix = setup_git_directory();
+       git_config(git_default_config);
 
        for(i = 1; i < argc; i++) {
                if(options) {