Browse Source

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 <tuomas.suutari@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
maint
Tuomas Suutari 16 years ago committed by Eric Wong
parent
commit
61f36a79da
  1. 6
      Documentation/git-svn.txt

6
Documentation/git-svn.txt

@ -102,9 +102,6 @@ COMMANDS @@ -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 @@ -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=<regex>;;
This allows one to specify a Perl regular expression that will
cause skipping of all matching paths from checkout from SVN.

Loading…
Cancel
Save