author | Ben Walton <bwalton@artsci.utoronto.ca> | |
Sat, 28 Feb 2009 03:11:45 +0000 (22:11 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 28 Feb 2009 05:53:43 +0000 (21:53 -0800) | ||
commit | 736e619a1be92fcb6eac0155b51bc93d1dcc3157 | |
tree | db0d08e0ed6472fdd75708d17607e40cf2d5bf3d | tree | snapshot |
parent | 48679e5c2d059b9b198d6f414dd80aa921d23002 | commit | diff |
git-svn - return original format_svn_date semantics
When %z was removed from the strftime call and subsituted with a
local gmt offset calculation, time() was no longer the default for
all time functions as it was with the previous localtime(shift).
This is now corrected so that format_svn_time behaves as it used to.
Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When %z was removed from the strftime call and subsituted with a
local gmt offset calculation, time() was no longer the default for
all time functions as it was with the previous localtime(shift).
This is now corrected so that format_svn_time behaves as it used to.
Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl | diff | blob | history |