Found 7 matching messages (0.123 seconds). Page 1 of 1.
... 2007 01:05:19 +0200 Subject: [PATCH] Support output ISO 8601 format dates Support ... cache.h | 2 +- commit.c | 6 +++++- date.c | 9 +++++++++ 4 files changed, 17 ...
git - Robin Rosenberg - Jul 15 2007 - 19:19
Support output of full ISO 8601 style dates in e.g. git ... 't know about it. Documentation/pretty-formats.txt | 2 ++ cache.h | 2 +- ... +- '%ci': committer date, ISO 8601 format - '%e': encoding - '%s': subject - '%b': ...
git - Robin Rosenberg - Jul 13 2007 - 19:00
Support output of full ISO 8601 style dates in e.g. ... places that use interpolation for formatting. Signed-off-by: Robin Rosenberg < ... "%ci" }, /* committer date, ISO 8601 */ { "%e" }, /* encoding */ { "%s" }, /* subject */ { "%b" }, /* body */ ...
git - Robin Rosenberg - Jul 13 2007 - 16:22
... nitpicking, but ISO 8601 (and RFC 3339) says separator between > date and time is 'T' and there ... and timezone. So > this should be > ... > ISO 8601 makes separators optional, so simple ... timezone is OK. My reading of 8601 was that it is allowed to ...
git - Junio C Hamano - Jul 15 2007 - 18:14
... > + tz); I apologise for nitpicking, but ISO 8601 (and RFC 3339) says separator betw= een date and time is 'T' and there is no ... tm->tm_sec, + tz / 100, abs(tz % 100)); ISO 8601 makes separators optional, so simple 4-digit ...
git - Jan Hudec - Jul 15 2007 - 17:23
... looks fine with your patch, except that neither "git show --date=iso" nor "git ... half your fault. When we added DATE_SHORT support we could have added the option ... show_date(), by introducing DATE_RFC2822 in the date format enum, which will allow us to ...
git - Junio C Hamano - Jul 13 2007 - 18:11
On Mon, 16 Jul 2007, Robin Rosenberg wrote: > > By "mutual agreement" I mean that I tell you what it looks like and you agree :) ROTFL. Linus - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to
git - Linus Torvalds - Jul 15 2007 - 19:57