summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3f189d0)
raw | patch | inline | side by side (parent: 3f189d0)
author | Tuomas Suutari <tuomas.suutari@gmail.com> | |
Fri, 14 Aug 2009 08:11:58 +0000 (11:11 +0300) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Wed, 19 Aug 2009 03:47:11 +0000 (20:47 -0700) |
The note about interoperating in different timezones and such is about
localtime argument, not parent.
Signed-off-by: Tuomas Suutari <tuomas.suutari@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
localtime argument, not parent.
Signed-off-by: Tuomas Suutari <tuomas.suutari@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Documentation/git-svn.txt | patch | blob | history |
index 22a0389f1ed12a79f0b5784c30e0b2be9716c170..1812890a7e986b2632972390ea4646331c0c922b 100644 (file)
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.
-
---parent;;
- Fetch only from the SVN parent of the current HEAD.
+
This doesn't interfere with interoperating with the Subversion
repository you cloned from, but if you wish for your local Git
repository, either don't use this option or you should both use it in
the same local timezone.
+--parent;;
+ Fetch only from the SVN parent of the current HEAD.
+
--ignore-paths=<regex>;;
This allows one to specify a Perl regular expression that will
cause skipping of all matching paths from checkout from SVN.