Re: A git hook that does git cherry-pick and push automatically

2015-03-20 Thread David Aguilar
On Thu, Mar 19, 2015 at 09:07:28PM -0700, Ray Xie wrote: So today I had a shocking moment while I was doing my cherry-pick, after I performed all the pre-checkin duties (the usual build the code, run the test to make sure the cherry-pick infact works), I found out that my original commit was

Re: A git hook that does git cherry-pick and push automatically

2015-03-20 Thread Ray Xie
David, Thanks for the suggestions, I left out the most unfortunate part of the problem I am facing, the one that add this hook is the git admin, aka our release engineer, so it's a sever side hook that it's forced down to all developers. I sure will try to persuade them from a different

Re: A git hook that does git cherry-pick and push automatically

2015-03-20 Thread Stefan Beller
so it's a sever side hook that it's forced down to all developers. How does that work? /me is just curious -- 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

A git hook that does git cherry-pick and push automatically

2015-03-19 Thread Ray Xie
So today I had a shocking moment while I was doing my cherry-pick, after I performed all the pre-checkin duties (the usual build the code, run the test to make sure the cherry-pick infact works), I found out that my original commit was already cherry-picked, then I found out someone in engineering