1. 7522c58 Merge branch 'jk/date-c-double-semicolon' by Junio C Hamano · 11 years ago
  2. 38db01b drop redundant semicolon in empty while by Jeff King · 11 years ago
  3. 3e1e762 Merge branch 'jc/prune-all' by Junio C Hamano · 12 years ago
  4. 3d27b9b date.c: add parse_expiry_date() by Junio C Hamano · 12 years ago
  5. e1033da Fix time offset calculation in case of unsigned time_t by Mike Gorchak · 12 years ago
  6. e6e8751 date.c: fix unsigned time_t comparison by Mike Gorchak · 12 years ago
  7. 9a0231b Merge branch 'jc/maint-filter-branch-epoch-date' by Junio C Hamano · 13 years ago
  8. be21d16 date.c: Fix off by one error in object-header date parsing by Junio C Hamano · 13 years ago
  9. 7d29afd i18n: mark relative dates for translation by Jonathan Nieder · 13 years ago
  10. 3d8bc74 Merge branch 'jc/parse-date-raw' by Junio C Hamano · 13 years ago
  11. 2c733fb parse_date(): '@' prefix forces git-timestamp by Junio C Hamano · 13 years ago
  12. 116eb3a parse_date(): allow ancient git-timestamp by Junio C Hamano · 13 years ago
  13. ee646eb date.c: Support iso8601 timezone formats by Haitao Li · 14 years ago
  14. f1e9c54 date: avoid "X years, 12 months" in relative dates by Michael J Gruber · 14 years ago
  15. 9644c06 Export parse_date_basic() to convert a date string to timestamp by Jonathan Nieder · 15 years ago
  16. 9ba0f03 parse_date: fix signedness in timezone calculation by Jeff King · 15 years ago
  17. 8718e87 Merge branch 'rr/parse-date-refactor' by Junio C Hamano · 15 years ago
  18. c5043cc Refactor parse_date for approxidate functions by Ramkumar Ramachandra · 15 years ago
  19. 75b37e7 Add "Z" as an alias for the timezone "UTC" by Marcus Comstedt · 15 years ago
  20. 103209c Merge branch 'jc/maint-reflog-bad-timestamp' by Junio C Hamano · 15 years ago
  21. 93cfa7c approxidate_careful() reports errorneous date string by Junio C Hamano · 15 years ago
  22. 23418ea date.c: mark file-local function static by Junio C Hamano · 15 years ago
  23. dbc1b1f Fix '--relative-date' by Johan Sageryd · 15 years ago
  24. 931e8e2 fix approxidate parsing of relative months and years by Jeff King · 16 years ago
  25. 33012fc Add date formatting and parsing functions relative to a given time by Alex Riesen · 16 years ago
  26. 36e4986 Further 'approxidate' improvements by Linus Torvalds · 16 years ago
  27. 9029055 Improve on 'approxidate' by Linus Torvalds · 16 years ago
  28. f697b33 Work around BSD whose typeof(tv.tv_sec) != time_t by Bernd Ahlers · 16 years ago
  29. 10edf37 never fallback relative times to absolute by Jeff King · 16 years ago
  30. 7dff9b3 Support 'raw' date format by Linus Torvalds · 16 years ago
  31. 9f2b6d2 date/time: do not get confused by fractional seconds by Linus Torvalds · 17 years ago
  32. bb5799d Make my_mktime() public and rename it to tm_to_time_t() by Johannes Sixt · 17 years ago
  33. 8c6b578 Fix approxidate("never") to always return 0 by Olivier Marin · 17 years ago
  34. 695ed47 timezone_names[]: fixed the tz offset for New Zealand. by Steven Drake · 17 years ago
  35. 856665f parse_date_format(): convert a format name to an enum date_mode by Andy Parkins · 17 years ago
  36. af66366 Teach approxidate() to understand "never" by Johannes Schindelin · 18 years ago
  37. 73013af Make show_rfc2822_date() just another date output format. by Junio C Hamano · 18 years ago
  38. ee8f838 Support output ISO 8601 format dates by Robin Rosenberg · 18 years ago
  39. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  40. a1a5a63 Accept dates before 2000/01/01 when specified as seconds since the epoch by Johannes Sixt · 18 years ago
  41. a7b02cc Add --date={local,relative,default} by Junio C Hamano · 18 years ago
  42. f8493ec show_date(): rename the "relative" parameter to "mode" by Johannes Schindelin · 18 years ago
  43. da8f070 show_date(): fix relative dates by Johannes Schindelin · 18 years ago
  44. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  45. 18b633c Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34 by Linus Torvalds · 18 years ago
  46. 393d340 Fix approxidate() to understand more extended numbers by Linus Torvalds · 18 years ago
  47. e92a54d Clean up approxidate() in preparation for fixes by Linus Torvalds · 18 years ago
  48. 9a8e35e Relative timestamps in git log by Linus Torvalds · 19 years ago
  49. 5df7dbb n is in fact unused, and is later shadowed. by Pierre Habouzit · 19 years ago
  50. 7122f82 date.c: improve guess between timezone offset and year. by Paul Eggert · 19 years ago
  51. 2a38704 Use RFC2822 dates from "git fmt-patch". by Junio C Hamano · 19 years ago
  52. 38035cf date parsing: be friendlier to our European friends. by Junio C Hamano · 19 years ago
  53. 12d81ce Merge branch 'fix' by Junio C Hamano · 19 years ago
  54. fa0cdab parse_date(): fix parsing 03/10/2006 by Junio C Hamano · 19 years ago
  55. b4f2a6a Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) by Junio C Hamano · 19 years ago
  56. b73cebf Fix nasty approxidate bug by Linus Torvalds · 19 years ago
  57. 82f9d58 code comments: spell by Junio C Hamano · 19 years ago
  58. a8aca41 Teach "approxidate" about weekday syntax by Linus Torvalds · 19 years ago
  59. 6b7b042 Teach "approxidate" about weekday syntax by Linus Torvalds · 19 years ago
  60. 3c07b1d git's rev-parse.c function show_datestring presumes gnu date by Linus Torvalds · 19 years ago
  61. 4546738 Unlocalized isspace and friends by Linus Torvalds · 19 years ago
  62. 01c6ad2 [PATCH] Fix strange timezone handling by Linus Torvalds · 19 years ago
  63. 2a39064 [PATCH] Return proper error valud from "parse_date()" by Linus Torvalds · 19 years ago
  64. 26a2d8a parse_date(): allow const date string by Linus Torvalds · 20 years ago
  65. 9cb480f [PATCH] fix date parsing for GIT raw commit timestamp format. by Junio C Hamano · 20 years ago
  66. 6b0c312 Include file cleanups.. by Linus Torvalds · 20 years ago
  67. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  68. fbab835 [PATCH] fix show_date() for positive timezones by Nicolas Pitre · 20 years ago
  69. f80cd78 date.c: add "show_date()" function. by Linus Torvalds · 20 years ago
  70. 68849b5 date handling: handle "AM"/"PM" on time by Linus Torvalds · 20 years ago
  71. 198b0fb date.c: allow even more varied time formats by Linus Torvalds · 20 years ago
  72. 7f26664 date.c: fix printout of timezone offsets that aren't exact hours by Linus Torvalds · 20 years ago
  73. 92e2311 date.c: only use the TZ names if we don't have anything better. by Linus Torvalds · 20 years ago
  74. 5e2a78a date.c: split up dst information in the timezone table by Linus Torvalds · 20 years ago
  75. a905888 date.c: fix parsing of dates in mm/dd/yy format by Linus Torvalds · 20 years ago
  76. eaa8512 date.c: use the local timezone if none specified by Linus Torvalds · 20 years ago
  77. 8996702 Make the date parsing accept pretty much any random crap. by Linus Torvalds · 20 years ago
  78. ecee9d9 [PATCH] Do date parsing by hand... by Edgar Toernig · 20 years ago