Skip to content

Commit 61f36a7

Browse files
suutariEric Wong
authored andcommitted
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 <[email protected]> Acked-by: Eric Wong <[email protected]>
1 parent 3f189d0 commit 61f36a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-svn.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,16 @@ COMMANDS
102102
Store Git commit times in the local timezone instead of UTC. This
103103
makes 'git log' (even without --date=local) show the same times
104104
that `svn log` would in the local timezone.
105-
106-
--parent;;
107-
Fetch only from the SVN parent of the current HEAD.
108105
+
109106
This doesn't interfere with interoperating with the Subversion
110107
repository you cloned from, but if you wish for your local Git
111108
repository to be able to interoperate with someone else's local Git
112109
repository, either don't use this option or you should both use it in
113110
the same local timezone.
114111

112+
--parent;;
113+
Fetch only from the SVN parent of the current HEAD.
114+
115115
--ignore-paths=<regex>;;
116116
This allows one to specify a Perl regular expression that will
117117
cause skipping of all matching paths from checkout from SVN.

0 commit comments

Comments
 (0)