Eric Wong <normalperson@xxxxxxxx> writes: > Would automatically enabling --no-ff when it detects merging of two (or > more) SVN branches be a good thing? We can add scripting support to > git-svn for detecting if any given commit is really from SVN or not. > Then we could do something like this in git-merge > > ---------------------------- 8< -------------------------------- > if git-svn test-svn-commits "$@" > then > no_ff=t > no_fast_forward_strategies=$all_strategies > fi > ---------------------------- 8< -------------------------------- Yuck, do I understand you correctly? Are you talking about adding dependency on git-svn to git-merge? - 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