summaryrefslogtreecommitdiff
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorJan Krüger <jk@jk.gs>2008-06-19 22:41:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-19 23:30:26 (GMT)
commit3b2bbe9b8584947e33e9149f605149530faa7361 (patch)
treec52474697d570e6e11b1f2b735c62946a795b933 /Documentation/git-svn.txt
parente2007832552ccea9befed9003580c494f09e666e (diff)
downloadgit-3b2bbe9b8584947e33e9149f605149530faa7361.zip
git-3b2bbe9b8584947e33e9149f605149530faa7361.tar.gz
git-3b2bbe9b8584947e33e9149f605149530faa7361.tar.bz2
Documentation: fix formatting in git-svn
Due to a misplaced list block separator, general hints about the config file options got indented at the same level as the description of the last option, making it easy to miss them. Signed-off-by: Jan Krüger <jk@jk.gs> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index f4cbd2f..97bed54 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -448,6 +448,8 @@ svn-remote.<name>.rewriteRoot::
the repository with a public http:// or svn:// URL in the
metadata so users of it will see the public URL.
+--
+
Since the noMetadata, rewriteRoot, useSvnsyncProps and useSvmProps
options all affect the metadata generated and used by git-svn; they
*must* be set in the configuration file before any history is imported
@@ -456,7 +458,6 @@ and these settings should never be changed once they are set.
Additionally, only one of these four options can be used per-svn-remote
section because they affect the 'git-svn-id:' metadata line.
---
BASIC EXAMPLES
--------------