Eric Wong <normalperson@xxxxxxxx> writes: > Huh? safe_qx should've croaked or died, causing git-svn to exit before > it could do any damage (via git-reset or git-rebase). dcommit is not > called inside any eval blocks, either... *shrug* weird. Looking at the code, I don't see how I could have seen what I think I did. Reproducing the error in a sandbox doesn't show the git-reset behavior. So unless I can reproduce it, I must have done something else funny. Sorry for the noise. > Before, the 'remotes/git-svn..HEAD' argument meant absolutely nothing to > dcommit (it silently ignored it). Nowadays, you only need 'HEAD~2', the > 'remotes/git-svn..' is already implied. > > git-svn dcommit HEAD~2 That's convenient in that it requires less typing. I will try to retrain my fingers. I'm in the habit of reviewing the commits not in svn with: git log remotes/git-svn..HEAD And then editing the command like to be 'svn dcommit' instead of log. Cheers, + seth - 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