Junio C Hamano <[email protected]> writes:

> I've queued with this fix squashed in.
>
> diff --git a/builtin/blame.c b/builtin/blame.c
> index 17d30d0..f9e6481 100644
> --- a/builtin/blame.c
> +++ b/builtin/blame.c
> @@ -2580,6 +2580,9 @@ parse_done:
>       case DATE_RFC2822:
>               blame_date_width = sizeof("Thu, 19 Oct 2006 16:00:04 -0700");
>               break;
> +     case DATE_ISO8601_STRICT:
> +             blame_date_width = sizeof("2006-10-19T16:00:04-0700");

ITYM ...-07:00

Andreas.

-- 
Andreas Schwab, [email protected]
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to