aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorKarl Hasselström <kha@treskal.com>2007-05-03 07:51:35 +0200
committerJunio C Hamano <junkio@cox.net>2007-05-04 15:08:31 -0700
commit171af11082d41f8e7a678e1e1a4ec6f610d01cf4 (patch)
tree5b25d7e3910cecd665d4ae6d15ca9fa4ddb0eba4 /Documentation/git-svn.txt
parentcc1793e2cef20a06aed6d8987c3361e7fbd09305 (diff)
downloadgit-171af11082d41f8e7a678e1e1a4ec6f610d01cf4.tar.gz
Add --no-rebase option to git-svn dcommit
git-svn dcommit exports commits to Subversion, then imports them back to git again, and last but not least rebases or resets HEAD to the last of the new commits. I guess this rebasing is convenient when using just git, but when the commits to be exported are managed by StGIT, it's really annoying. So add an option to disable this behavior. And document it, too! Signed-off-by: Karl Hasselström <kha@treskal.com> Acked-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 820a2c308e..c0d7d9597b 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -119,6 +119,9 @@ and have no uncommitted changes.
alternative to HEAD.
This is advantageous over 'set-tree' (below) because it produces
cleaner, more linear history.
++
+--no-rebase;;
+ After committing, do not rebase or reset.
--
'log'::