summaryrefslogtreecommitdiff
path: root/date.c
AgeCommit message (Expand)Author
2008-02-26timezone_names[]: fixed the tz offset for New Zealand.Steven Drake
2007-09-30parse_date_format(): convert a format name to an enum date_modeAndy Parkins
2007-07-25Teach approxidate() to understand "never"Johannes Schindelin
2007-07-14Make show_rfc2822_date() just another date output format.Junio C Hamano
2007-07-14Support output ISO 8601 format datesRobin Rosenberg
2007-06-07War on whitespaceJunio C Hamano
2007-06-06Accept dates before 2000/01/01 when specified as seconds since the epochJohannes Sixt
2007-04-26Add --date={local,relative,default}Junio C Hamano
2007-02-28show_date(): rename the "relative" parameter to "mode"Johannes Schindelin
2007-01-21show_date(): fix relative datesJohannes Schindelin
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-09-29Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34Linus Torvalds
2006-09-29Fix approxidate() to understand more extended numbersLinus Torvalds
2006-09-29Clean up approxidate() in preparation for fixesLinus Torvalds
2006-08-27Relative timestamps in git logLinus Torvalds
2006-08-24n is in fact unused, and is later shadowed.Pierre Habouzit
2006-06-09date.c: improve guess between timezone offset and year.Paul Eggert
2006-05-01Use RFC2822 dates from "git fmt-patch".Junio C Hamano
2006-04-05date parsing: be friendlier to our European friends.Junio C Hamano
2006-04-05Merge branch 'fix'Junio C Hamano
2006-04-05parse_date(): fix parsing 03/10/2006Junio C Hamano
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano
2006-01-06Fix nasty approxidate bugLinus Torvalds
2005-12-29code comments: spellJunio C Hamano
2005-11-18Teach "approxidate" about weekday syntaxLinus Torvalds
2005-11-18Teach "approxidate" about weekday syntaxLinus Torvalds
2005-11-17git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds
2005-10-15Unlocalized isspace and friendsLinus Torvalds
2005-09-22[PATCH] Fix strange timezone handlingLinus Torvalds
2005-09-20[PATCH] Return proper error valud from "parse_date()"Linus Torvalds
2005-07-12parse_date(): allow const date stringLinus Torvalds
2005-06-25[PATCH] fix date parsing for GIT raw commit timestamp format.Junio C Hamano
2005-05-22Include file cleanups..Linus Torvalds
2005-05-20sparse cleanupLinus Torvalds
2005-05-18[PATCH] fix show_date() for positive timezonesNicolas Pitre
2005-05-06date.c: add "show_date()" function.Linus Torvalds
2005-05-01date handling: handle "AM"/"PM" on timeLinus Torvalds
2005-05-01date.c: allow even more varied time formatsLinus Torvalds
2005-04-30date.c: fix printout of timezone offsets that aren't exact hoursLinus Torvalds
2005-04-30date.c: only use the TZ names if we don't have anything better.Linus Torvalds
2005-04-30date.c: split up dst information in the timezone tableLinus Torvalds
2005-04-30date.c: fix parsing of dates in mm/dd/yy formatLinus Torvalds
2005-04-30date.c: use the local timezone if none specifiedLinus Torvalds
2005-04-30Make the date parsing accept pretty much any random crap.Linus Torvalds
2005-04-30[PATCH] Do date parsing by hand...Edgar Toernig