Your message dated Sun, 22 Sep 2019 09:07:26 +0200
with message-id <[email protected]>
and subject line fixed in git 2.4.1
has caused the Debian Bug report #762585,
regarding git: commit --date=now wrong timezone
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
762585: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762585
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git
Version: 1:2.1.0-1
Severity: normal
I just wanted to “git commit -a --amend” but have the commit
timestamp correct because the commit contained a debian/changelog
file, and it would look stupid if dch’s timestamp was more recent
than the one in git, so I used “git commit -a --amend --date=now”.
Result:
tglase@tglase:~/SimKolab3 $ git log -p | fgrep 2014 | head -2
Date: Tue Sep 23 13:17:09 2014 +0100
+ -- Thorsten Glaser <[email protected]> Tue, 23 Sep 2014 14:17:07 +0200
tglase@tglase:~/SimKolab3 $ date
Tue Sep 23 14:17:54 CEST 2014
Now, eh‽
-- System Information:
Debian Release: jessie/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'buildd-unstable'), (500, 'unstable')
Architecture: x32 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/lksh
Versions of packages git depends on:
ii git-man 1:2.1.0-1
ii libc6 2.19-11
ii libcurl3-gnutls 7.38.0-1
ii liberror-perl 0.17-1.1
ii libexpat1 2.1.0-6
ii libpcre3 1:8.35-3+x32.1
ii perl-modules 5.20.1-1
ii zlib1g 1:1.2.8.dfsg-2
Versions of packages git recommends:
ii less 458-3
ii openssh-client [ssh-client] 1:6.6p1-7
ii patch 2.7.1-6
ii rsync 3.1.1-2
Versions of packages git suggests:
ii gettext-base 0.19.2-2
pn git-arch <none>
pn git-cvs <none>
pn git-daemon-run | git-daemon-sysvinit <none>
ii git-doc 1:2.1.0-1
pn git-el <none>
pn git-email <none>
pn git-gui <none>
pn git-mediawiki <none>
ii git-svn 1:2.1.0-1
ii gitk 1:2.1.0-1
ii gitweb 1:2.1.0-1
-- no debconf information
--- End Message ---
--- Begin Message ---
Package: git
Version: 1:2.4.6-1
This bug has been fixed in git versions 2.5.0, 2.4.1 and 2.3.8. Citing
the release notes:
,----
| * "git commit --date=now" or anything that relies on approxidate lost
| the daylight-saving-time offset.
`----
Link to upstream commit:
https://repo.or.cz/git.git/commit/f6e6362107a1e7a798dc1c28ef439a3157813467
--- End Message ---