summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-01-19 08:35:36 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-01-19 08:35:36 +0000
commit8f4ac0d393cfd4da4ecf7bc80a2ab006742d9f81 (patch)
tree862e103a934a4982ac1fc1ba1897178faf349e88 /git-svn.txt
parentbd53dbff51079dc26ea27b00d94b28a5229c0fec (diff)
downloadgit-htmldocs-8f4ac0d393cfd4da4ecf7bc80a2ab006742d9f81.tar.gz
Autogenerated HTML docs for v1.6.1-213-g28da8
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/git-svn.txt b/git-svn.txt
index 8d0c421b8..63d2f5e96 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -92,6 +92,17 @@ COMMANDS
.git/config file may be specified as an optional command-line
argument.
+--localtime;;
+ Store Git commit times in the local timezone instead of UTC. This
+ makes 'git-log' (even without --date=local) show the same times
+ that `svn log` would in the local timezone.
+
+This doesn't interfere with interoperating with the Subversion
+repository you cloned from, but if you wish for your local Git
+repository to be able to interoperate with someone else's local Git
+repository, either don't use this option or you should both use it in
+the same local timezone.
+
'clone'::
Runs 'init' and 'fetch'. It will automatically create a
directory based on the basename of the URL passed to it;