From: Andreas Schwab <schwab@linux-m68k.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: Beat Bolli <bbolli@ewanet.ch>, git@vger.kernel.org
Subject: Re: [PATCH v2] pretty: Provide a strict ISO8601 date format
Date: Fri, 29 Aug 2014 21:34:15 +0200 [thread overview]
Message-ID: <87tx4vnl8o.fsf@igel.home> (raw)
In-Reply-To: <xmqqppfj5d8f.fsf@gitster.dls.corp.google.com> (Junio C. Hamano's message of "Fri, 29 Aug 2014 12:04:32 -0700")
Junio C Hamano <gitster@pobox.com> 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, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2014-08-29 19:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-29 16:58 [PATCH v2] pretty: Provide a strict ISO8601 date format Beat Bolli
2014-08-29 18:59 ` Junio C Hamano
2014-08-29 19:04 ` Junio C Hamano
2014-08-29 19:34 ` Andreas Schwab [this message]
2014-08-29 21:30 ` Beat Bolli
2014-08-29 21:02 ` Beat Bolli
2014-08-29 22:12 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tx4vnl8o.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=bbolli@ewanet.ch \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.