Re: git cascade and git forward-merge

2014-04-29 Thread Felipe Contreras
Schuyler Duveen wrote: > This was a feature that I've really wanted for a while. I took a bit > of time to morph the most conservative version of forward-merge into > pure-shell script: > > https://github.com/schuyler1d/git-forward-merge/ > > Without strong objections, I'm going to try to make t

Re: git cascade and git forward-merge

2014-04-29 Thread Schuyler Duveen
This was a feature that I've really wanted for a while. I took a bit of time to morph the most conservative version of forward-merge into pure-shell script: https://github.com/schuyler1d/git-forward-merge/ Without strong objections, I'm going to try to make this into a patch for core. cheers,