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,
Schuyler Duveen

 Hi guys!

 I just made two Git scripts of mine open-source:
 
https://github.com/cool-RR/git-cascade 
 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 checking them out.

 Click the GitHub link above to read all about them.


 Thanks,
 Ram.--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 this into a patch for 
 core.

I like this, but I think it should be an option to `git merge`.

-- 
Felipe Contreras
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 
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 checking them out.

Click the GitHub link above to read all about them.


Thanks,
Ram.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html