Re: [Off-topic] SCM using git

2015-08-19 Thread amit mehta
On Tue, Aug 18, 2015 at 5:11 PM, Greg Freemyer wrote: > Personally, in young code I find long lived branches hard to work with. > > For new features I prefer to work first on the integration related > code with a stub that gracefully does nothing or fails. > > So at the start of adding a new featu

Re: [Off-topic] SCM using git

2015-08-19 Thread amit mehta
On Wed, Aug 19, 2015 at 6:57 AM, Chetan Nanda wrote: > 1. Better to have a proper review process in place, gerrit is one of the > best tools I have used so far for reviewing, > 2. Keep a master branch always compilable (run able) and merge rights should > be only to integrator. > once a feature is

Re: [Off-topic] SCM using git

2015-08-18 Thread Chetan Nanda
On Tue, Aug 18, 2015 at 3:16 PM, amit mehta wrote: > Hello All, > > This query is not about Linux kernel, but is rather generic query on > development framework with git. Since, Linux Kernel project is > significantly large, with astonishing number of people involved and > large number of branche

Re: [Off-topic] SCM using git

2015-08-18 Thread Greg Freemyer
On August 18, 2015 5:46:38 AM EDT, amit mehta wrote: >Hello All, > >This query is not about Linux kernel, but is rather generic query on >development framework with git. Since, Linux Kernel project is >significantly large, with astonishing number of people involved and >large number of branches, I

[Off-topic] SCM using git

2015-08-18 Thread amit mehta
Hello All, This query is not about Linux kernel, but is rather generic query on development framework with git. Since, Linux Kernel project is significantly large, with astonishing number of people involved and large number of branches, I'm assuming that people have faced similar situation and you