Re: [PATCH] format-patch: use raw format for notes

2017-09-13 Thread Jeff King
On Mon, Sep 11, 2017 at 02:27:38PM +1000, Sam Bobroff wrote: > > - It is very much intended to allow The "(foo)" after the "Notes" > >label to show which notes ref the note comes from, because there > >can be more than one notes refs that annotate the same commit. > > Right, that makes p

Re: [PATCH] format-patch: use raw format for notes

2017-09-12 Thread Sam Bobroff
On Tue, Sep 12, 2017 at 10:33:37AM -0700, Stefan Beller wrote: > On Sun, Sep 10, 2017 at 9:27 PM, Sam Bobroff wrote: > > > (If only there were a way to set the coverletter text automatically as > > well...) > > > > Checkout branch..description AH! I had seen this section of the format-patch man

Re: [PATCH] format-patch: use raw format for notes

2017-09-12 Thread Stefan Beller
On Sun, Sep 10, 2017 at 9:27 PM, Sam Bobroff wrote: > (If only there were a way to set the coverletter text automatically as > well...) > Checkout branch..description

Re: [PATCH] format-patch: use raw format for notes

2017-09-10 Thread Sam Bobroff
On Wed, Sep 06, 2017 at 12:34:48PM +0900, Junio C Hamano wrote: > Sam Bobroff writes: > > > If "--notes=..." is used with "git format-patch", the notes are > > prefixed with the ref's local name and indented, which looks odd and > > exposes the path of the ref. > > > > Extend the test that suppre

Re: [PATCH] format-patch: use raw format for notes

2017-09-05 Thread Junio C Hamano
Sam Bobroff writes: > If "--notes=..." is used with "git format-patch", the notes are > prefixed with the ref's local name and indented, which looks odd and > exposes the path of the ref. > > Extend the test that suppresses this behaviour so that it also catches > this case, causing the notes to

[PATCH] format-patch: use raw format for notes

2017-08-27 Thread Sam Bobroff
If "--notes=..." is used with "git format-patch", the notes are prefixed with the ref's local name and indented, which looks odd and exposes the path of the ref. Extend the test that suppresses this behaviour so that it also catches this case, causing the notes to be included without additional pr