"Keller, Jacob E" <[email protected]> writes:
> I am wondering whether it is possible to read from a format-patch input
> and add notes when we generate the applied patch.
I would think post-applypatch hook is the right place to do this.
The hook has access to the incoming message in $GIT_DIR/rebase-apply
directory ('next' records the message number in the series, and then
you have individual pieces of e-mails separated out into 0001, 0002,
etc. you can read from), and "HEAD" already points at the result of
applying the patch.
Peek 'post-applypatch' on my 'todo' branch for inspirations.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html