contrib/git-svn: force GIT_DIR to an absolute path
[gitweb.git] / contrib / git-svn / git-svn.txt
index 5fb5b7c88cc46d6bbdb8e2844a1f76c12ec66bb1..7a6e0c4a4aee8b77f42b02a9ce66b52ff8b4696d 100644 (file)
@@ -162,19 +162,6 @@ COMPATIBILITY OPTIONS
        Otherwise, do not enable this flag unless you know what you're
        doing.
 
---no-stop-on-copy::
-       Only used with the 'fetch' command.
-
-       By default, git-svn passes --stop-on-copy to avoid dealing with
-       the copied/renamed branch directory problem entirely.  A
-       copied/renamed branch is the result of a <SVN_URL> being created
-       in the past from a different source.  These are problematic to
-       deal with even when working purely with svn if you work inside
-       subdirectories.
-
-       Do not use this flag unless you know exactly what you're getting
-       yourself into.  You have been warned.
-
 Basic Examples
 ~~~~~~~~~~~~~~