summaryrefslogtreecommitdiff
path: root/date.c
Commit message (Expand)AuthorAgeFilesLines
* Add --date={local,relative,default}Junio C Hamano2007-04-251-2/+33
* show_date(): rename the "relative" parameter to "mode"Johannes Schindelin2007-02-271-8/+12
* show_date(): fix relative datesJohannes Schindelin2007-01-201-3/+2
* simplify inclusion of system header files.Junio C Hamano2006-12-201-3/+0
* Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34Linus Torvalds2006-09-291-10/+16
* Fix approxidate() to understand more extended numbersLinus Torvalds2006-09-281-0/+40
* Clean up approxidate() in preparation for fixesLinus Torvalds2006-09-281-3/+10
* Relative timestamps in git logLinus Torvalds2006-08-261-8/+55
* n is in fact unused, and is later shadowed.Pierre Habouzit2006-08-231-3/+3
* date.c: improve guess between timezone offset and year.Paul Eggert2006-06-081-1/+1
* Use RFC2822 dates from "git fmt-patch".Junio C Hamano2006-05-011-4/+25
* date parsing: be friendlier to our European friends.Junio C Hamano2006-04-051-21/+56
* Merge branch 'fix'Junio C Hamano2006-04-051-2/+2
|\
| * parse_date(): fix parsing 03/10/2006Junio C Hamano2006-04-041-2/+2
* | Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano2006-03-091-3/+1
|/
* Fix nasty approxidate bugLinus Torvalds2006-01-051-1/+1
* code comments: spellJunio C Hamano2005-12-291-1/+1
* Teach "approxidate" about weekday syntaxLinus Torvalds2005-11-181-5/+49
* Teach "approxidate" about weekday syntaxLinus Torvalds2005-11-171-1/+17
* git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds2005-11-161-0/+124
* Unlocalized isspace and friendsLinus Torvalds2005-10-141-1/+0
* [PATCH] Fix strange timezone handlingLinus Torvalds2005-09-221-10/+14
* [PATCH] Return proper error valud from "parse_date()"Linus Torvalds2005-09-201-3/+3
* parse_date(): allow const date stringLinus Torvalds2005-07-121-4/+4
* [PATCH] fix date parsing for GIT raw commit timestamp format.Junio C Hamano2005-06-251-5/+9
* Include file cleanups..Linus Torvalds2005-05-221-3/+0
* sparse cleanupLinus Torvalds2005-05-201-0/+2
* [PATCH] fix show_date() for positive timezonesNicolas Pitre2005-05-181-2/+2
* date.c: add "show_date()" function.Linus Torvalds2005-05-061-0/+28
* date handling: handle "AM"/"PM" on timeLinus Torvalds2005-05-011-8/+22
* date.c: allow even more varied time formatsLinus Torvalds2005-05-011-54/+152
* date.c: fix printout of timezone offsets that aren't exact hoursLinus Torvalds2005-04-301-2/+8
* date.c: only use the TZ names if we don't have anything better.Linus Torvalds2005-04-301-1/+5
* date.c: split up dst information in the timezone tableLinus Torvalds2005-04-301-45/+51
* date.c: fix parsing of dates in mm/dd/yy formatLinus Torvalds2005-04-301-1/+3
* date.c: use the local timezone if none specifiedLinus Torvalds2005-04-301-2/+7
* Make the date parsing accept pretty much any random crap.Linus Torvalds2005-04-301-106/+215
* [PATCH] Do date parsing by hand...Edgar Toernig2005-04-301-0/+184