summaryrefslogtreecommitdiff
path: root/contrib/git-svn/git-svn.txt
diff options
context:
space:
mode:
authorLibravatar Eric Wong <normalperson@yhbt.net>2006-02-20 10:57:26 -0800
committerLibravatar Junio C Hamano <junkio@cox.net>2006-02-20 13:32:40 -0800
commit72942938bfd3587a52906890d7123c49ab71fafc (patch)
treee14eda8224f6a13fa3211dc7a3b3d78311448dd0 /contrib/git-svn/git-svn.txt
parentgit-svn: fix a typo in defining the --no-stop-on-copy option (diff)
downloadtgif-72942938bfd3587a52906890d7123c49ab71fafc.tar.xz
git-svn: allow --find-copies-harder and -l<num> to be passed on commit
Both of these options are passed directly to git-diff-tree when committing to a SVN repository. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib/git-svn/git-svn.txt')
-rw-r--r--contrib/git-svn/git-svn.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/git-svn/git-svn.txt b/contrib/git-svn/git-svn.txt
index 4b79fb0be6..9912f5a6a9 100644
--- a/contrib/git-svn/git-svn.txt
+++ b/contrib/git-svn/git-svn.txt
@@ -99,6 +99,13 @@ OPTIONS
default for objects that are commits, and forced on when committing
tree objects.
+-l<num>::
+--find-copies-harder::
+ Both of these are only used with the 'commit' command.
+
+ They are both passed directly to git-diff-tree see
+ git-diff-tree(1) for more information.
+
COMPATIBILITY OPTIONS
---------------------
--no-ignore-externals::