summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-19 07:28:28 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-19 07:28:28 +0000
commit0df868a88d19f43e96bbc693a53567a4219ed96b (patch)
tree45d72b938c68567e1d2c590676c651879f7c0ed1 /git-svn.txt
parentb9376927508a2401c20bdb5c5c0608797f822524 (diff)
downloadgit-htmldocs-0df868a88d19f43e96bbc693a53567a4219ed96b.tar.gz
Autogenerated HTML docs for v1.6.4-182-g9ebfd
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-svn.txt b/git-svn.txt
index 22a0389f1..1812890a7 100644
--- a/git-svn.txt
+++ b/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=<regex>;;
This allows one to specify a Perl regular expression that will
cause skipping of all matching paths from checkout from SVN.