1. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  2. a1a5a63 Accept dates before 2000/01/01 when specified as seconds since the epoch by Johannes Sixt · 18 years ago
  3. a7b02cc Add --date={local,relative,default} by Junio C Hamano · 18 years ago
  4. f8493ec show_date(): rename the "relative" parameter to "mode" by Johannes Schindelin · 18 years ago
  5. da8f070 show_date(): fix relative dates by Johannes Schindelin · 18 years ago
  6. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  7. 18b633c Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34 by Linus Torvalds · 19 years ago
  8. 393d340 Fix approxidate() to understand more extended numbers by Linus Torvalds · 19 years ago
  9. e92a54d Clean up approxidate() in preparation for fixes by Linus Torvalds · 19 years ago
  10. 9a8e35e Relative timestamps in git log by Linus Torvalds · 19 years ago
  11. 5df7dbb n is in fact unused, and is later shadowed. by Pierre Habouzit · 19 years ago
  12. 7122f82 date.c: improve guess between timezone offset and year. by Paul Eggert · 19 years ago
  13. 2a38704 Use RFC2822 dates from "git fmt-patch". by Junio C Hamano · 19 years ago
  14. 38035cf date parsing: be friendlier to our European friends. by Junio C Hamano · 19 years ago
  15. 12d81ce Merge branch 'fix' by Junio C Hamano · 19 years ago
  16. fa0cdab parse_date(): fix parsing 03/10/2006 by Junio C Hamano · 19 years ago
  17. b4f2a6a Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) by Junio C Hamano · 19 years ago
  18. b73cebf Fix nasty approxidate bug by Linus Torvalds · 19 years ago
  19. 82f9d58 code comments: spell by Junio C Hamano · 19 years ago
  20. a8aca41 Teach "approxidate" about weekday syntax by Linus Torvalds · 19 years ago
  21. 6b7b042 Teach "approxidate" about weekday syntax by Linus Torvalds · 19 years ago
  22. 3c07b1d git's rev-parse.c function show_datestring presumes gnu date by Linus Torvalds · 19 years ago
  23. 4546738 Unlocalized isspace and friends by Linus Torvalds · 19 years ago
  24. 01c6ad2 [PATCH] Fix strange timezone handling by Linus Torvalds · 20 years ago
  25. 2a39064 [PATCH] Return proper error valud from "parse_date()" by Linus Torvalds · 20 years ago
  26. 26a2d8a parse_date(): allow const date string by Linus Torvalds · 20 years ago
  27. 9cb480f [PATCH] fix date parsing for GIT raw commit timestamp format. by Junio C Hamano · 20 years ago
  28. 6b0c312 Include file cleanups.. by Linus Torvalds · 20 years ago
  29. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  30. fbab835 [PATCH] fix show_date() for positive timezones by Nicolas Pitre · 20 years ago
  31. f80cd78 date.c: add "show_date()" function. by Linus Torvalds · 20 years ago
  32. 68849b5 date handling: handle "AM"/"PM" on time by Linus Torvalds · 20 years ago
  33. 198b0fb date.c: allow even more varied time formats by Linus Torvalds · 20 years ago
  34. 7f26664 date.c: fix printout of timezone offsets that aren't exact hours by Linus Torvalds · 20 years ago
  35. 92e2311 date.c: only use the TZ names if we don't have anything better. by Linus Torvalds · 20 years ago
  36. 5e2a78a date.c: split up dst information in the timezone table by Linus Torvalds · 20 years ago
  37. a905888 date.c: fix parsing of dates in mm/dd/yy format by Linus Torvalds · 20 years ago
  38. eaa8512 date.c: use the local timezone if none specified by Linus Torvalds · 20 years ago
  39. 8996702 Make the date parsing accept pretty much any random crap. by Linus Torvalds · 20 years ago
  40. ecee9d9 [PATCH] Do date parsing by hand... by Edgar Toernig · 20 years ago