Re: git workflow, branch backports

2011-09-13 Thread Richard Heck
On 09/13/2011 05:25 PM, Vincent van Ravesteijn wrote: > Op 13-9-2011 23:10, Julien Rioux schreef: >> How can git help me porting patches to the stable branch? >> >> Previously with svn I just had two directories, one pointing to trunk >> one to branch. I made a patch file from trunk by svn diff -r

Re: git workflow, branch backports

2011-09-13 Thread Vincent van Ravesteijn
Op 13-9-2011 23:10, Julien Rioux schreef: How can git help me porting patches to the stable branch? Previously with svn I just had two directories, one pointing to trunk one to branch. I made a patch file from trunk by svn diff -r then applied the patch to branch, manually copying the log mess