Re: Committers: Please help keep the git log clean

2014-02-05 Thread Kevin Sweeney
Don't forget that the workflow is somewhat documented at https://git-wip-us.apache.org/repos/asf?p=incubator-aurora.git;a=blob;f=docs/contributing.md;h=434116378711f40877f6f7af15af8545b5335ec0;hb=HEAD Patches to clarify are appreciated! On Wed, Feb 5, 2014 at 12:02 PM, Bill Farner wrote: > Goo

Re: Committers: Please help keep the git log clean

2014-02-05 Thread Bill Farner
Good point! Our commit workflow sidesteps the merge commit issue (we grab the patch from reviewboard and apply that to master in an atomic commit). I'm *hoping* at some point we can formalize these expectations with a hook on the git server. -=Bill On Wed, Feb 5, 2014 at 11:12 AM, Henry Saputr

Re: Committers: Please help keep the git log clean

2014-02-05 Thread Henry Saputra
Dont forget to use git rebase instead of git pull =) - Henry On Tue, Feb 4, 2014 at 1:53 PM, Bill Farner wrote: > First and foremost, please don't take committing on master lightly. Every > time you commit and push to master, i encourage you to triple-check your > commit message, and run the bu