index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
date.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-1
/
+2
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+1
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
1
-1
/
+1
2023-04-24
treewide: be explicit about dependence on strbuf.h
Elijah Newren
1
-0
/
+1
2023-04-20
Merge branch 'rs/remove-approxidate-relative'
Junio C Hamano
1
-14
/
+0
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-10
date: remove approxidate_relative()
René Scharfe
1
-14
/
+0
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-01-13
date.c: allow ISO 8601 reduced precision times
Đoàn Trần Công Danh
1
-0
/
+37
2022-10-17
date: mark unused parameters in handler functions
Jeff King
1
-3
/
+3
2022-02-16
date API: add and use a date_mode_release()
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2022-02-16
date API: provide and use a DATE_MODE_INIT
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2022-02-16
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-11-04
strbuf_addftime(): handle "%s" manually
Jeff King
1
-1
/
+1
2021-06-16
comments: avoid using the gender of our users
Felipe Contreras
1
-1
/
+1
2020-04-24
date.c: allow compact version of ISO-8601 datetime
Đoàn Trần Công Danh
1
-0
/
+14
2020-04-24
date.c: skip fractional second part of ISO-8601
Đoàn Trần Công Danh
1
-0
/
+12
2020-04-24
date.c: validate and set time in a helper function
Đoàn Trần Công Danh
1
-4
/
+15
2020-04-23
date.c: s/is_date/set_date/
Đoàn Trần Công Danh
1
-11
/
+11
2019-11-30
date.c: switch to reentrant {gm,local}time_r
Doan Tran Cong Danh
1
-8
/
+10
2019-09-12
Quit passing 'now' to date code
Stephen P. Smith
1
-14
/
+13
2019-02-20
completion: add more parameter value completion
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2019-02-06
Merge branch 'lt/date-human'
Junio C Hamano
1
-22
/
+126
2019-01-29
Add `human` format to test-tool
Stephen P. Smith
1
-4
/
+17
2019-01-24
show_date_relative(): drop unused "tz" parameter
Jeff King
1
-4
/
+4
2019-01-22
Replace the proposed 'auto' mode with 'auto:'
Stephen P. Smith
1
-7
/
+8
2019-01-18
Add 'human' date format
Linus Torvalds
1
-20
/
+110
2018-11-07
approxidate: fix NULL dereference in date_time()
Jeff King
1
-1
/
+1
2018-11-02
approxidate: handle pending number for "specials"
Jeff King
1
-27
/
+33
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-1
/
+1
2017-07-06
Merge branch 'ab/strbuf-addftime-tzname-boolify'
Junio C Hamano
1
-1
/
+1
2017-07-01
strbuf: change an always NULL/"" strbuf_addftime() param to bool
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-06-22
Merge branch 'rs/strbuf-addftime-zZ'
Junio C Hamano
1
-2
/
+12
2017-06-15
date: use localtime() for "-local" time formats
Jeff King
1
-2
/
+12
2017-06-15
strbuf: let strbuf_addftime handle %z and %Z itself
René Scharfe
1
-1
/
+1
2017-04-27
date.c: abort if the system time cannot handle one of our timestamps
Johannes Schindelin
1
-2
/
+15
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-33
/
+33
2017-04-23
PRItime: introduce a new "printf format" for timestamps
Johannes Schindelin
1
-13
/
+13
2017-04-23
parse_timestamp(): specify explicitly where we parse timestamps
Johannes Schindelin
1
-3
/
+3
2016-07-27
date: add "unix" format
Jeff King
1
-0
/
+8
2016-06-20
local_tzoffset: detect errors from tm_to_time_t
Jeff King
1
-0
/
+2
2015-09-03
date: make "local" orthogonal to date format
Jeff King
1
-25
/
+45
2015-09-03
date: check for "local" before anything else
John Keeping
1
-3
/
+3
2015-06-29
introduce "format" date-mode
Jeff King
1
-1
/
+8
2015-06-29
convert "enum date_mode" into a struct
Jeff King
1
-18
/
+25
2015-05-05
Merge branch 'jc/epochtime-wo-tz'
Junio C Hamano
1
-5
/
+9
2015-04-15
parse_date_basic(): let the system handle DST conversion
Junio C Hamano
1
-2
/
+6
2015-04-15
parse_date_basic(): return early when given a bogus timestamp
Junio C Hamano
1
-3
/
+3
2015-01-07
Merge branch 'jk/approxidate-avoid-y-d-m-over-future-dates'
Junio C Hamano
1
-9
/
+12
2014-11-13
approxidate: allow ISO-like dates far in the future
Jeff King
1
-2
/
+2
[next]