aboutsummaryrefslogtreecommitdiff
path: root/date.c
Commit message (Expand)AuthorAge
...
* | Fix '--relative-date'Johan Sageryd2009-10-03
* | fix approxidate parsing of relative months and yearsJeff King2009-08-30
* | Add date formatting and parsing functions relative to a given timeAlex Riesen2009-08-30
* | Further 'approxidate' improvementsLinus Torvalds2009-08-22
* | Improve on 'approxidate'Linus Torvalds2009-08-22
* | Work around BSD whose typeof(tv.tv_sec) != time_tBernd Ahlers2009-05-05
* | never fallback relative times to absoluteJeff King2009-02-25
* | Support 'raw' date formatLinus Torvalds2009-02-20
* | date/time: do not get confused by fractional secondsLinus Torvalds2008-08-17
* | Make my_mktime() public and rename it to tm_to_time_t()Johannes Sixt2008-06-23
* | Fix approxidate("never") to always return 0Olivier Marin2008-06-17
* | timezone_names[]: fixed the tz offset for New Zealand.Steven Drake2008-02-25
* | parse_date_format(): convert a format name to an enum date_modeAndy Parkins2007-09-29
* | Teach approxidate() to understand "never"Johannes Schindelin2007-07-24
* | Make show_rfc2822_date() just another date output format.Junio C Hamano2007-07-13
* | Support output ISO 8601 format datesRobin Rosenberg2007-07-13
* | War on whitespaceJunio C Hamano2007-06-07
* | Accept dates before 2000/01/01 when specified as seconds since the epochJohannes Sixt2007-06-06
* | Add --date={local,relative,default}Junio C Hamano2007-04-25
* | show_date(): rename the "relative" parameter to "mode"Johannes Schindelin2007-02-27
* | show_date(): fix relative datesJohannes Schindelin2007-01-20
* | simplify inclusion of system header files.Junio C Hamano2006-12-20
* | Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34Linus Torvalds2006-09-29
* | Fix approxidate() to understand more extended numbersLinus Torvalds2006-09-28
* | Clean up approxidate() in preparation for fixesLinus Torvalds2006-09-28
* | Relative timestamps in git logLinus Torvalds2006-08-26
|/
* n is in fact unused, and is later shadowed.Pierre Habouzit2006-08-23
* date.c: improve guess between timezone offset and year.Paul Eggert2006-06-08
* Use RFC2822 dates from "git fmt-patch".Junio C Hamano2006-05-01
* date parsing: be friendlier to our European friends.Junio C Hamano2006-04-05
* Merge branch 'fix'Junio C Hamano2006-04-05
|\
| * parse_date(): fix parsing 03/10/2006Junio C Hamano2006-04-04
* | Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano2006-03-09
|/
* Fix nasty approxidate bugLinus Torvalds2006-01-05
* code comments: spellJunio C Hamano2005-12-29
* Teach "approxidate" about weekday syntaxLinus Torvalds2005-11-18
* Teach "approxidate" about weekday syntaxLinus Torvalds2005-11-17
* git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds2005-11-16
* Unlocalized isspace and friendsLinus Torvalds2005-10-14
* [PATCH] Fix strange timezone handlingLinus Torvalds2005-09-22
* [PATCH] Return proper error valud from "parse_date()"Linus Torvalds2005-09-20
* parse_date(): allow const date stringLinus Torvalds2005-07-12
* [PATCH] fix date parsing for GIT raw commit timestamp format.Junio C Hamano2005-06-25
* Include file cleanups..Linus Torvalds2005-05-22
* sparse cleanupLinus Torvalds2005-05-20
* [PATCH] fix show_date() for positive timezonesNicolas Pitre2005-05-18
* date.c: add "show_date()" function.Linus Torvalds2005-05-06
* date handling: handle "AM"/"PM" on timeLinus Torvalds2005-05-01
* date.c: allow even more varied time formatsLinus Torvalds2005-05-01
* date.c: fix printout of timezone offsets that aren't exact hoursLinus Torvalds2005-04-30