]> Pileus Git - ~andy/git/commitdiff
Documentation/git svn log: add a note about timezones.
authorMiklos Vajna <vmiklos@frugalware.org>
Wed, 27 Feb 2008 13:13:00 +0000 (14:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2008 19:19:55 +0000 (11:19 -0800)
git svn log mimics the timezone converting behaviour of svn log, but
this was undocumented.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt

index b1d527f74cd72a7c749f1067a91a6d2c6b6235d3..115b8bee0d762cefd4cd91c297830584cbc34a68 100644 (file)
@@ -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'
 
 --