aboutsummaryrefslogtreecommitdiffstats
path: root/date.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | date: avoid "X years, 12 months" in relative datesMichael J Gruber2011-04-201-2/+3
* | Export parse_date_basic() to convert a date string to timestampJonathan Nieder2010-07-151-8/+6
* | parse_date: fix signedness in timezone calculationJeff King2010-07-051-1/+1
* | Merge branch 'rr/parse-date-refactor'Junio C Hamano2010-06-211-19/+37
|\ \
| * | Refactor parse_date for approxidate functionsRamkumar Ramachandra2010-06-071-19/+37
* | | Add "Z" as an alias for the timezone "UTC"Marcus Comstedt2010-05-181-1/+2
|/ /
* | Merge branch 'jc/maint-reflog-bad-timestamp'Junio C Hamano2010-01-271-8/+35
|\ \
| * | approxidate_careful() reports errorneous date stringJunio C Hamano2010-01-261-8/+35
* | | date.c: mark file-local function staticJunio C Hamano2010-01-201-1/+1
|/ /
* | Fix '--relative-date'Johan Sageryd2009-10-031-1/+1
* | fix approxidate parsing of relative months and yearsJeff King2009-08-301-1/+4
* | Add date formatting and parsing functions relative to a given timeAlex Riesen2009-08-301-63/+87
* | Further 'approxidate' improvementsLinus Torvalds2009-08-221-5/+27
* | Improve on 'approxidate'Linus Torvalds2009-08-221-30/+63
* | Work around BSD whose typeof(tv.tv_sec) != time_tBernd Ahlers2009-05-051-1/+3
* | never fallback relative times to absoluteJeff King2009-02-251-1/+19
* | Support 'raw' date formatLinus Torvalds2009-02-201-0/+7
* | date/time: do not get confused by fractional secondsLinus Torvalds2008-08-171-6/+20
* | Make my_mktime() public and rename it to tm_to_time_t()Johannes Sixt2008-06-231-5/+8
* | Fix approxidate("never") to always return 0Olivier Marin2008-06-171-4/+2
* | timezone_names[]: fixed the tz offset for New Zealand.Steven Drake2008-02-251-3/+3
* | parse_date_format(): convert a format name to an enum date_modeAndy Parkins2007-09-291-0/+20
* | Teach approxidate() to understand "never"Johannes Schindelin2007-07-241-0/+9
* | Make show_rfc2822_date() just another date output format.Junio C Hamano2007-07-131-15/+5
* | Support output ISO 8601 format datesRobin Rosenberg2007-07-131-0/+7
* | War on whitespaceJunio C Hamano2007-06-071-5/+5
* | Accept dates before 2000/01/01 when specified as seconds since the epochJohannes Sixt2007-06-061-2/+4
* | 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