Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/date.c
AgeCommit message (Expand)Author
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren
2023-04-21Merge branch 'rs/remove-approxidate-relative'Junio C Hamano
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-10date: remove approxidate_relative()René Scharfe
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-01-13date.c: allow ISO 8601 reduced precision timesĐoàn Trần Công Danh
2022-10-18date: mark unused parameters in handler functionsJeff King
2022-02-16date API: add and use a date_mode_release()Ævar Arnfjörð Bjarmason
2022-02-16date API: provide and use a DATE_MODE_INITÆvar Arnfjörð Bjarmason
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason
2021-11-04strbuf_addftime(): handle "%s" manuallyJeff King
2021-06-16comments: avoid using the gender of our usersFelipe Contreras
2020-04-25date.c: allow compact version of ISO-8601 datetimeĐoàn Trần Công Danh
2020-04-25date.c: skip fractional second part of ISO-8601Đoàn Trần Công Danh
2020-04-25date.c: validate and set time in a helper functionĐoàn Trần Công Danh
2020-04-23date.c: s/is_date/set_date/Đoàn Trần Công Danh
2019-12-01date.c: switch to reentrant {gm,local}time_rDoan Tran Cong Danh
2019-09-12Quit passing 'now' to date codeStephen P. Smith
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy
2019-02-07Merge branch 'lt/date-human'Junio C Hamano
2019-01-29Add `human` format to test-toolStephen P. Smith
2019-01-24show_date_relative(): drop unused "tz" parameterJeff King
2019-01-23Replace the proposed 'auto' mode with 'auto:'Stephen P. Smith
2019-01-18Add 'human' date formatLinus Torvalds
2018-11-07approxidate: fix NULL dereference in date_time()Jeff King
2018-11-02approxidate: handle pending number for "specials"Jeff King
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2017-07-07Merge branch 'ab/strbuf-addftime-tzname-boolify'Junio C Hamano
2017-07-01strbuf: change an always NULL/"" strbuf_addftime() param to boolÆvar Arnfjörð Bjarmason
2017-06-23Merge branch 'rs/strbuf-addftime-zZ'Junio C Hamano
2017-06-16date: use localtime() for "-local" time formatsJeff King
2017-06-16strbuf: let strbuf_addftime handle %z and %Z itselfRené Scharfe
2017-04-27date.c: abort if the system time cannot handle one of our timestampsJohannes Schindelin
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-24PRItime: introduce a new "printf format" for timestampsJohannes Schindelin
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
2016-07-28date: add "unix" formatJeff King
2016-06-21local_tzoffset: detect errors from tm_to_time_tJeff King
2015-09-04date: make "local" orthogonal to date formatJeff King
2015-09-04date: check for "local" before anything elseJohn Keeping
2015-06-29introduce "format" date-modeJeff King
2015-06-29convert "enum date_mode" into a structJeff King
2015-05-06Merge branch 'jc/epochtime-wo-tz'Junio C Hamano
2015-04-15parse_date_basic(): let the system handle DST conversionJunio C Hamano
2015-04-15parse_date_basic(): return early when given a bogus timestampJunio C Hamano
2015-01-08Merge branch 'jk/approxidate-avoid-y-d-m-over-future-dates'Junio C Hamano
2014-11-14approxidate: allow ISO-like dates far in the futureJeff King