From: Miklos Vajna Date: Wed, 27 Feb 2008 13:13:00 +0000 (+0100) Subject: Documentation/git svn log: add a note about timezones. X-Git-Tag: v1.5.4.4~34 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a50a5c8fa66bf7077c986bcc39b3fdad17931e37;p=git.git Documentation/git svn log: add a note about timezones. git svn log mimics the timezone converting behaviour of svn log, but this was undocumented. Signed-off-by: Miklos Vajna Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index b1d527f74..115b8bee0 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -159,6 +159,10 @@ New features: our version of --pretty=oneline -- + +NOTE: SVN itself only stores times in UTC and nothing else. The regular svn +client converts the UTC time to the local time (or based on the TZ= +environment). This command has the same behaviour. ++ Any other arguments are passed directly to `git log' --