From: Tuomas Suutari Date: Fri, 14 Aug 2009 08:11:58 +0000 (+0300) Subject: git-svn.txt: Fix location of parent argument X-Git-Tag: v1.6.5-rc0~62 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=61f36a79da11accfaaab986bf65453ed30fdbd9f;p=git.git git-svn.txt: Fix location of parent argument The note about interoperating in different timezones and such is about localtime argument, not parent. Signed-off-by: Tuomas Suutari Acked-by: Eric Wong --- diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 22a0389f1..1812890a7 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -102,9 +102,6 @@ COMMANDS 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 @@ -112,6 +109,9 @@ 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. +--parent;; + Fetch only from the SVN parent of the current HEAD. + --ignore-paths=;; This allows one to specify a Perl regular expression that will cause skipping of all matching paths from checkout from SVN.