Joris Van Remoortere created MESOS-2953:
-------------------------------------------

             Summary: git rebase --continue does not trigger hooks
                 Key: MESOS-2953
                 URL: https://issues.apache.org/jira/browse/MESOS-2953
             Project: Mesos
          Issue Type: Improvement
            Reporter: Joris Van Remoortere


Currently there are no git hooks run when executing {{git rebase --continue}}. 
We do run hooks on {{git commit}}.
It would help prevent errors if we could also run some of these hooks on the 
{{git rebase --continue}} flow as this one is rather common.
I believe we can use the 'post-rewrite' hook to accomplish this. It will not 
necessarily unwind the commit, but at least give us the opportunity to print 
warning messages.

If this is not desirable / feasible I would like to propose running the hooks 
as part of post-reviews instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to