From 61f36a79da11accfaaab986bf65453ed30fdbd9f Mon Sep 17 00:00:00 2001 From: Tuomas Suutari Date: Fri, 14 Aug 2009 11:11:58 +0300 Subject: [PATCH] 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 --- Documentation/git-svn.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.30.2