2011/8/17 Eric Wong <normalperson@xxxxxxxx>: >> 2011/8/17 Eric Wong <normalperson@xxxxxxxx> wrote: >> > Perhaps an interactive option for dcommit would be just as useful? > > 1 and 3 can both implemented, but I think 3 would be easier to > use/setup/standardize. I suspect it's also easier to train oneself to > always use "dcommit -i". Perhaps even default to interactive mode > like git-send-email does nowadays. > > Unfortunately interactive dcommit requires more effort to implement. > > -- > Eric Wong It seems that proposal 3 is somehow equivalent to $ git rebase -i --onto remotes/trunk remotes/trunk ... check commits, maybe remove some of them, ... $ git svn dcommit note : is the SVN remote branch always named "remote/trunk" ? If not, is there a way to guess its name ? -- Fred -- 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