]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
Add --no-rebase option to git-svn dcommit
authorKarl Hasselström <kha@treskal.com>
Thu, 3 May 2007 05:51:35 +0000 (07:51 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 4 May 2007 22:08:31 +0000 (15:08 -0700)
commit171af11082d41f8e7a678e1e1a4ec6f610d01cf4
tree5b25d7e3910cecd665d4ae6d15ca9fa4ddb0eba4
parentcc1793e2cef20a06aed6d8987c3361e7fbd09305
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>
Documentation/git-svn.txt
git-svn.perl