This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Moving to git


On Fri, 21 Aug 2015, H.J. Lu wrote:

> Can we enforce that "git bisect" must work on official branches?

I think a good principle independent of moving to git is that commits 
should be bisectable.  In particular, if a patch series is committed as 
separate commits, each commit should be intended to leave the tree in a 
working state; if a change was split up purely for review purposes rather 
than with each subset 1-N of the patches intended to leave a working tree, 
combine the changes before committing.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]