summaryrefslogtreecommitdiffstats
path: root/git-svn.html
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.html
parentbd53dbff51079dc26ea27b00d94b28a5229c0fec (diff)
downloadgit-htmldocs-8f4ac0d393cfd4da4ecf7bc80a2ab006742d9f81.tar.gz
Autogenerated HTML docs for v1.6.1-213-g28da8
Diffstat (limited to 'git-svn.html')
-rw-r--r--git-svn.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/git-svn.html b/git-svn.html
index d0025150e..c4a68e940 100644
--- a/git-svn.html
+++ b/git-svn.html
@@ -480,6 +480,23 @@ Subversion updated from git by the <em>dcommit</em> command.</p></div>
.git/config file may be specified as an optional command-line
argument.
</p>
+<div class="vlist"><dl>
+<dt>
+--localtime
+</dt>
+<dd>
+<p>
+ Store Git commit times in the local timezone instead of UTC. This
+ makes <em>git-log</em> (even without --date=local) show the same times
+ that <tt>svn log</tt> would in the local timezone.
+</p>
+<div class="para"><p>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.</p></div>
+</dd>
+</dl></div>
</dd>
<dt>
<em>clone</em>
@@ -1285,7 +1302,7 @@ should be manually entered with a text-editor or using <em>git-config</em>.</p><
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-12-10 08:33:28 UTC
+Last updated 2009-01-19 08:35:25 UTC
</div>
</div>
</body>