59 Commits (53b3c47d64b4294ae586d1daa04f9140dadd9ae6)

Author SHA1 Message Date
Junio C Hamano 93cfa7c7a8 approxidate_careful() reports errorneous date string 15 years ago
Junio C Hamano 23418ea95f date.c: mark file-local function static 15 years ago
Johan Sageryd dbc1b1f710 Fix '--relative-date' 15 years ago
Jeff King 931e8e27d9 fix approxidate parsing of relative months and years 16 years ago
Alex Riesen 33012fc429 Add date formatting and parsing functions relative to a given time 16 years ago
David Reiss 607a9e8aaa Round-down years in "years+months" relative date view 16 years ago
Linus Torvalds 36e4986f26 Further 'approxidate' improvements 16 years ago
Linus Torvalds 9029055207 Improve on 'approxidate' 16 years ago
Bernd Ahlers f697b33b01 Work around BSD whose typeof(tv.tv_sec) != time_t 16 years ago
Jeff King 10edf37796 never fallback relative times to absolute 16 years ago
Linus Torvalds 7dff9b30ea Support 'raw' date format 16 years ago
Linus Torvalds e9854a7672 date/time: do not get confused by fractional seconds 16 years ago
Linus Torvalds 9f2b6d2936 date/time: do not get confused by fractional seconds 17 years ago
Johannes Sixt bb5799d6ef Make my_mktime() public and rename it to tm_to_time_t() 17 years ago
Olivier Marin 8c6b57860d Fix approxidate("never") to always return 0 17 years ago
Steven Drake 695ed47228 timezone_names[]: fixed the tz offset for New Zealand. 17 years ago
Andy Parkins 856665f827 parse_date_format(): convert a format name to an enum date_mode 17 years ago
Johannes Schindelin af66366a9f Teach approxidate() to understand "never" 18 years ago
Junio C Hamano 73013afd14 Make show_rfc2822_date() just another date output format. 18 years ago
Robin Rosenberg ee8f838e03 Support output ISO 8601 format dates 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Johannes Sixt a1a5a6347b Accept dates before 2000/01/01 when specified as seconds since the epoch 18 years ago
Junio C Hamano a7b02ccf9a Add --date={local,relative,default} 18 years ago
Johannes Schindelin f8493ec09b show_date(): rename the "relative" parameter to "mode" 18 years ago
Johannes Schindelin da8f070cee show_date(): fix relative dates 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Linus Torvalds 18b633cafc Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34 19 years ago
Linus Torvalds 393d340e4f Fix approxidate() to understand more extended numbers 19 years ago
Linus Torvalds e92a54d99c Clean up approxidate() in preparation for fixes 19 years ago
Linus Torvalds 9a8e35e987 Relative timestamps in git log 19 years ago
Pierre Habouzit 5df7dbbae4 n is in fact unused, and is later shadowed. 19 years ago
Paul Eggert 7122f82f56 date.c: improve guess between timezone offset and year. 19 years ago
Junio C Hamano 2a38704323 Use RFC2822 dates from "git fmt-patch". 19 years ago
Junio C Hamano 38035cf4a5 date parsing: be friendlier to our European friends. 19 years ago
Junio C Hamano fa0cdab537 parse_date(): fix parsing 03/10/2006 19 years ago
Junio C Hamano b4f2a6ac92 Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) 19 years ago
Linus Torvalds b73cebf437 Fix nasty approxidate bug 19 years ago
Junio C Hamano 82f9d58a39 code comments: spell 19 years ago
Linus Torvalds a8aca418d6 Teach "approxidate" about weekday syntax 19 years ago
Linus Torvalds 6b7b042772 Teach "approxidate" about weekday syntax 19 years ago
Linus Torvalds 3c07b1d194 git's rev-parse.c function show_datestring presumes gnu date 19 years ago
Linus Torvalds 4546738b58 Unlocalized isspace and friends 19 years ago
Linus Torvalds 01c6ad29bd [PATCH] Fix strange timezone handling 20 years ago
Linus Torvalds 2a39064c65 [PATCH] Return proper error valud from "parse_date()" 20 years ago
Linus Torvalds 26a2d8ae89 parse_date(): allow const date string 20 years ago
Junio C Hamano 9cb480f2ad [PATCH] fix date parsing for GIT raw commit timestamp format. 20 years ago
Linus Torvalds 6b0c312106 Include file cleanups.. 20 years ago
Linus Torvalds e99d59ff0b sparse cleanup 20 years ago
Nicolas Pitre fbab835c03 [PATCH] fix show_date() for positive timezones 20 years ago
Linus Torvalds f80cd783c6 date.c: add "show_date()" function. 20 years ago