X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-svn.txt;h=1812890a7e986b2632972390ea4646331c0c922b;hb=077f3d405a4d366456c82fb9a09abef06edcb88d;hp=22a0389f1ed12a79f0b5784c30e0b2be9716c170;hpb=7d1b50981277c59a788298751f121567a1e75202;p=git.git 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.