mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-08 13:05:38 -05:00
f5974d97af06bca1382c585a515c8e1920333eb7
When resolving a conflicted cherry-pick, this lets us pass GIT_AUTHOR_DATE to git citool with the correct timezone. It does this by making elements 2 and 4 of the commitinfo array entries, which store the author and committer dates of the commit, be 2-element lists storing the numerical date and timezone offset, rather than just the numerical date. Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Paul Mackerras <paulus@samba.org>
Description
Releases
335
Languages
C
51.5%
Shell
37.6%
Perl
4.2%
Tcl
3%
Python
0.8%
Other
2.7%