Merge branch 'ps/http-gssapi-cred-delegation'
[gitweb.git] / builtin / blame.c
index a7bd7a6fd80f7d68f58d094bdc5cd6c288fb0e29..da44b36ff5eab12a442e5299ff8b98c2505b16f4 100644 (file)
@@ -2111,7 +2111,7 @@ static void find_alignment(struct scoreboard *sb, int *option)
        unsigned largest_score = 0;
        struct blame_entry *e;
        int compute_auto_abbrev = (abbrev < 0);
-       int auto_abbrev = default_abbrev;
+       int auto_abbrev = DEFAULT_ABBREV;
 
        for (e = sb->ent; e; e = e->next) {
                struct origin *suspect = e->suspect;