Age | Commit message (Expand) | Author | Files | Lines |
2019-02-06 | Merge branch 'lt/date-human' | Junio C Hamano | 1 | -2/+20 |
2019-01-29 | Add `human` date format tests. | Stephen P. Smith | 1 | -0/+18 |
2019-01-29 | Add `human` format to test-tool | Stephen P. Smith | 1 | -2/+2 |
2018-11-07 | approxidate: fix NULL dereference in date_time() | Jeff King | 1 | -0/+1 |
2018-11-02 | approxidate: handle pending number for "specials" | Jeff King | 1 | -0/+1 |
2018-03-27 | t/helper: merge test-date into test-tool | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
2017-06-22 | Merge branch 'rs/strbuf-addftime-zZ' | Junio C Hamano | 1 | -2/+14 |
2017-06-15 | date: use localtime() for "-local" time formats | Jeff King | 1 | -0/+1 |
2017-06-15 | t0006: check --date=format zone offsets | Jeff King | 1 | -2/+7 |
2017-06-15 | strbuf: let strbuf_addftime handle %z and %Z itself | René Scharfe | 1 | -0/+6 |
2017-04-20 | t0006 & t5000: skip "far in the future" test when time_t is too limited | Johannes Schindelin | 1 | -2/+2 |
2017-04-20 | t0006 & t5000: prepare for 64-bit timestamps | Johannes Schindelin | 1 | -2/+2 |
2016-07-27 | date: add "unix" format | Jeff King | 1 | -0/+2 |
2016-07-27 | date: document and test "raw-local" mode | Jeff King | 1 | -0/+1 |
2016-07-15 | t0006: skip "far in the future" test when unsigned long is not long enough | Jeff King | 1 | -3/+3 |
2016-06-20 | local_tzoffset: detect errors from tm_to_time_t | Jeff King | 1 | -0/+5 |
2016-06-20 | t0006: test various date formats | Jeff King | 1 | -0/+21 |
2016-06-20 | t0006: rename test-date's "show" to "relative" | Jeff King | 1 | -13/+13 |
2014-11-13 | approxidate: allow ISO-like dates far in the future | Jeff King | 1 | -0/+3 |
2012-08-27 | Fix tests under GETTEXT_POISON on relative dates | Jiang Xin | 1 | -1/+1 |
2011-09-12 | date.c: Support iso8601 timezone formats | Haitao Li | 1 | -0/+6 |
2011-04-20 | date: avoid "X years, 12 months" in relative dates | Michael J Gruber | 1 | -0/+1 |
2010-07-07 | t/t0006: specify timezone as EST5 not EST to comply with POSIX | Brandon Casey | 1 | -1/+1 |
2010-07-05 | parse_date: fix signedness in timezone calculation | Jeff King | 1 | -0/+1 |
2010-07-05 | t0006: test timezone parsing | Jeff King | 1 | -2/+3 |
2009-10-03 | Fix '--relative-date' | Johan Sageryd | 1 | -0/+1 |
2009-08-30 | fix approxidate parsing of relative months and years | Jeff King | 1 | -2/+2 |
2009-08-30 | tests: add date printing and parsing tests | Jeff King | 1 | -0/+75 |