Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-svn.txt: Fix location of parent argument
author
Tuomas Suutari
<tuomas.suutari@gmail.com>
Fri, 14 Aug 2009 08:11:58 +0000
(11:11 +0300)
committer
Eric Wong
<normalperson@yhbt.net>
Wed, 19 Aug 2009 03:47:11 +0000
(20:47 -0700)
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>
Documentation/git-svn.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
3f189d0
)
diff --git
a/Documentation/git-svn.txt
b/Documentation/git-svn.txt
index 22a0389f1ed12a79f0b5784c30e0b2be9716c170..1812890a7e986b2632972390ea4646331c0c922b 100644
(file)
--- 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.
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
+
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.
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.
--ignore-paths=<regex>;;
This allows one to specify a Perl regular expression that will
cause skipping of all matching paths from checkout from SVN.