40 Commits (e4465f0e71cc389a26bcf7474ad12112f683f633)

Author SHA1 Message Date
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 18 years ago
Linus Torvalds 393d340e4f Fix approxidate() to understand more extended numbers 18 years ago
Linus Torvalds e92a54d99c Clean up approxidate() in preparation for fixes 18 years ago
Linus Torvalds 9a8e35e987 Relative timestamps in git log 18 years ago
Pierre Habouzit 5df7dbbae4 n is in fact unused, and is later shadowed. 18 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 19 years ago
Linus Torvalds 2a39064c65 [PATCH] Return proper error valud from "parse_date()" 19 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
Linus Torvalds 68849b5442 date handling: handle "AM"/"PM" on time 20 years ago
Linus Torvalds 198b0fb635 date.c: allow even more varied time formats 20 years ago
Linus Torvalds 7f26664f1f date.c: fix printout of timezone offsets that aren't exact hours 20 years ago
Linus Torvalds 92e2311b6c date.c: only use the TZ names if we don't have anything better. 20 years ago
Linus Torvalds 5e2a78a410 date.c: split up dst information in the timezone table 20 years ago
Linus Torvalds a90588821a date.c: fix parsing of dates in mm/dd/yy format 20 years ago
Linus Torvalds eaa8512923 date.c: use the local timezone if none specified 20 years ago
Linus Torvalds 89967023da Make the date parsing accept pretty much any random crap. 20 years ago
Edgar Toernig ecee9d9e79 [PATCH] Do date parsing by hand... 20 years ago