From: Junio C Hamano <gitster@pobox.com>
To: Beat Bolli <bbolli@ewanet.ch>
Cc: git@vger.kernel.org
Subject: Re: [PATCH v2] pretty: Provide a strict ISO8601 date format
Date: Fri, 29 Aug 2014 12:04:32 -0700 [thread overview]
Message-ID: <xmqqppfj5d8f.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <xmqqwq9r5dhb.fsf@gitster.dls.corp.google.com> (Junio C. Hamano's message of "Fri, 29 Aug 2014 11:59:12 -0700")
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");
+ break;
case DATE_ISO8601:
blame_date_width = sizeof("2006-10-19 16:00:04 -0700");
break;
next prev parent reply other threads:[~2014-08-29 19:04 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 [this message]
2014-08-29 19:34 ` Andreas Schwab
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=xmqqppfj5d8f.fsf@gitster.dls.corp.google.com \
--to=gitster@pobox.com \
--cc=bbolli@ewanet.ch \
--cc=git@vger.kernel.org \
/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.