Re: [PATCH v4 20/45] cherry-pick: copy notes and run hooks

2013-06-09 Thread Felipe Contreras
On Sun, Jun 9, 2013 at 12:22 PM, Thomas Rast wrote: > Felipe Contreras writes: > >> +static void finish(struct replay_opts *opts) >> +{ >> + if (opts->action != REPLAY_PICK) >> + return; >> + >> + run_rewrite_hook(&rewritten, "cherry-pick"); >> + copy_rewrite_notes(&rewrit

Re: [PATCH v4 20/45] cherry-pick: copy notes and run hooks

2013-06-09 Thread Thomas Rast
Felipe Contreras writes: > +static void finish(struct replay_opts *opts) > +{ > + if (opts->action != REPLAY_PICK) > + return; > + > + run_rewrite_hook(&rewritten, "cherry-pick"); > + copy_rewrite_notes(&rewritten, "cherry-pick"); > +} > + Ok, so I see that with the previ

[PATCH v4 20/45] cherry-pick: copy notes and run hooks

2013-06-09 Thread Felipe Contreras
Signed-off-by: Felipe Contreras --- builtin/rewrite.c | 1 + builtin/sequencer.c | 18 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/builtin/rewrite.c b/builtin/rewrite.c index 02e0ea9..acbad44 100644 --- a/builtin/rewrite.c +++ b/builtin/rewrite.c @@ -1,6 +