git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Approxidate with YYYY.MM
@ 2011-05-09 19:02 Brian Gernhardt
  2011-05-10  6:35 ` Michael J Gruber
  0 siblings, 1 reply; 7+ messages in thread
From: Brian Gernhardt @ 2011-05-09 19:02 UTC (permalink / raw)
  To: git@vger.kernel.org List

(This is in response to a discussion on #parrot.)

Rakudo (https://github.com/rakudo/rakudo/) uses tags of the form YYYY.MM for their monthly releases.  When we were attempting to find the cause of a slowdown, somewhat was trying to find what commits occurred after the 2011.01 release with "git log --after=2011.01".  His mistake was pointed out but this led to the confusion of why this was parsed as "May 1 2011" instead of "Jan 1 2011".  Shouldn't date.c:match_multi_number() parse something with only two numbers as a beginning of month instead of allowing it to pass through to the generic parsing?

I'm currently nearing finals in school, so lack the time for an RFC patch at the moment.

~~ Brian

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-22 17:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-09 19:02 Approxidate with YYYY.MM Brian Gernhardt
2011-05-10  6:35 ` Michael J Gruber
2011-05-10  6:54   ` Andreas Ericsson
2011-05-10  7:08     ` Michael J Gruber
     [not found]   ` <964517.31047.1305010481774.JavaMail.trustmail@mail1.terreactive.ch>
2011-05-10  7:40     ` Victor Engmark
2011-05-10  8:36       ` Michael J Gruber
2011-05-22 17:10         ` Michael Witten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).