RE: git notes from incoming patch

2015-03-03 Thread Keller, Jacob E
> -Original Message- > From: Junio C Hamano [mailto:gits...@pobox.com] > Sent: Tuesday, March 03, 2015 12:14 PM > To: Keller, Jacob E > Cc: git@vger.kernel.org > Subject: Re: git notes from incoming patch > > "Keller, Jacob E" writes: > > > I

Re: git notes from incoming patch

2015-03-03 Thread Junio C Hamano
"Keller, Jacob E" 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

git notes from incoming patch

2015-03-02 Thread Keller, Jacob E
Hi, I am wondering whether it is possible to read from a format-patch input and add notes when we generate the applied patch. The use case is to be able to send patches that had notes appended via $git format-patch --notes ... And have notes objects created on the remote repository to store thi