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,

git cascade and git forward-merge

2014-04-01 Thread Ram Rachum
Hi guys! I just made two Git scripts of mine open-source: https://github.com/cool-RR/git-cascade This project contains two scripts: - git cascade - Cascade changes from each branch to its dependents. - git forward-merge - Merge branches without chec