Karl Hasselström <kha@xxxxxxxxxxx> writes: > 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@xxxxxxxxxxx> > --- > > Arguably, the switch should be --rebase instead, and default to not > rebase. But that would change the existing behavior, and possibly make > dcommit less convenient to use for at least the person who implemented > the existing behavior. Opinions? I don't agree. The rebase behaviour makes perfect sense in the normal case, and I've been using it without problems. The special case is when you start using stgit, so that's when you need to tell dcommit to do something out of the ordinary. Other than that, I like your patch. But you knew that already :-) -- David Kågedal - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html