summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2011-12-08 18:53:19 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2011-12-08 18:53:19 +0200
commitef48ff09e66d008e90c0994d9317b3b7a742eb35 (patch)
tree85a56b3131cd114754a0fa2a7c1c8babfabe214f
parenta3a92bf97b14a0d04dd57bca6bb8e1674733b27d (diff)
git-asterisk-howto: fix git syntax.
-rw-r--r--git-asterisk-howto3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-asterisk-howto b/git-asterisk-howto
index 8893769..8b69748 100644
--- a/git-asterisk-howto
+++ b/git-asterisk-howto
@@ -46,7 +46,8 @@ to a new git repository under asterisk/ .
This will take a L O N G time. In the order of magnitude of a
day. If it stops: in the middle:
- #cd asterisk; git svn fetch -r1-47393,47395:HEAD --fetch-all
+ #cd asterisk; git svn fetch -r1-47393 --fetch-all
+ #cd asterisk; git svn fetch -r47395:HEAD --fetch-all
All commands as of this point are run from the newly-created subdirectory
'asterisk'