My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
37c2619
0109d67
)
Merge branch 'dd/time-reentrancy'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 16 Dec 2019 21:08:31 +0000
(13:08 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 16 Dec 2019 21:08:31 +0000
(13:08 -0800)
Avoid gmtime() and localtime() and prefer their reentrant
counterparts.
* dd/time-reentrancy:
mingw: use {gm,local}time_s as backend for {gm,local}time_r
archive-zip.c: switch to reentrant localtime_r
date.c: switch to reentrant {gm,local}time_r
1
2
compat/mingw.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
compat/mingw.c
Simple merge