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>
This commit is contained in:
parent
3f189d0ffc
commit
61f36a79da
@ -102,9 +102,6 @@ COMMANDS
|
|||||||
Store Git commit times in the local timezone instead of UTC. This
|
Store Git commit times in the local timezone instead of UTC. This
|
||||||
makes 'git log' (even without --date=local) show the same times
|
makes 'git log' (even without --date=local) show the same times
|
||||||
that `svn log` would in the local timezone.
|
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
|
This doesn't interfere with interoperating with the Subversion
|
||||||
repository you cloned from, but if you wish for your local Git
|
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
|
repository, either don't use this option or you should both use it in
|
||||||
the same local timezone.
|
the same local timezone.
|
||||||
|
|
||||||
|
--parent;;
|
||||||
|
Fetch only from the SVN parent of the current HEAD.
|
||||||
|
|
||||||
--ignore-paths=<regex>;;
|
--ignore-paths=<regex>;;
|
||||||
This allows one to specify a Perl regular expression that will
|
This allows one to specify a Perl regular expression that will
|
||||||
cause skipping of all matching paths from checkout from SVN.
|
cause skipping of all matching paths from checkout from SVN.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user