Merge branch 'as/subtree-with-spaces'
[gitweb.git] / builtin / blame.c
index 4db01c195cd27719023eeb599e76428ad752c9c9..6fd1a63fc7e45464ebb85d339f464f55f350ac8d 100644 (file)
@@ -2600,7 +2600,6 @@ int cmd_blame(int argc, const char **argv, const char *prefix)
                   fewer display columns. */
                blame_date_width = utf8_strwidth(_("4 years, 11 months ago")) + 1; /* add the null */
                break;
-       case DATE_LOCAL:
        case DATE_NORMAL:
                blame_date_width = sizeof("Thu Oct 19 16:00:04 2006 -0700");
                break;