<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/test-date.c, branch v1.6.3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-12-20T17:51:35Z</updated>
<entry>
<title>simplify inclusion of system header files.</title>
<updated>2006-12-20T17:51:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-12-19T22:34:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=85023577a8f4b540aa64aa37f6f44578c0c305a3'/>
<id>urn:sha1:85023577a8f4b540aa64aa37f6f44578c0c305a3</id>
<content type='text'>
This is a mechanical clean-up of the way *.c files include
system header files.

 (1) sources under compat/, platform sha-1 implementations, and
     xdelta code are exempt from the following rules;

 (2) the first #include must be "git-compat-util.h" or one of
     our own header file that includes it first (e.g. config.h,
     builtin.h, pkt-line.h);

 (3) system headers that are included in "git-compat-util.h"
     need not be included in individual C source files.

 (4) "git-compat-util.h" does not have to include subsystem
     specific header files (e.g. expat.h).

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add approxidate test calls.</title>
<updated>2005-11-17T07:54:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-15T08:07:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f30c95dd76800fbd66fb66180d67c09bab678282'/>
<id>urn:sha1:f30c95dd76800fbd66fb66180d67c09bab678282</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>date handling: handle "AM"/"PM" on time</title>
<updated>2005-05-01T19:34:56Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-05-01T19:34:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=68849b544258cafdf42f3ebe9772ee7a346f7147'/>
<id>urn:sha1:68849b544258cafdf42f3ebe9772ee7a346f7147</id>
<content type='text'>
And be a bitmore careful about matching: if we don't recognize a word
or a number, we skip the whole thing, rather than trying the next character
in that word/number.

Finally: since ctime() adds the final '\n', don't add another one in test-date.
</content>
</entry>
<entry>
<title>Make the date parsing accept pretty much any random crap.</title>
<updated>2005-04-30T20:19:56Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-30T20:19:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=89967023da94c0d874713284869e1924797d30bb'/>
<id>urn:sha1:89967023da94c0d874713284869e1924797d30bb</id>
<content type='text'>
This date parser turns line-noise into a date. Cool.
</content>
</entry>
</feed>
