Re: [PATCH] ui-commit: use Git raw note format

2022-12-19 Thread Alyssa Ross
On Mon, Dec 19, 2022 at 03:28:12PM +0100, Jason A. Donenfeld wrote: > Wondering what the purpose of this is? Why would you prefer this > format over the other one? The current format says "Notes" twice in a row, as exemplified in the patch description. It's redundant. signature.asc

Re: [PATCH] ui-commit: use Git raw note format

2022-12-19 Thread Jason A. Donenfeld
Wondering what the purpose of this is? Why would you prefer this format over the other one?

Re: [PATCH] ui-commit: use Git raw note format

2020-07-17 Thread Alyssa Ross
Chris Mayo writes: > Currently a commit note is shown as: > > Notes > > Notes: > > > Change to: > > Notes > > > Signed-off-by: Chris Mayo > > --- > ui-commit.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Just wanted to say I've been using this patch for a while and it

[PATCH] ui-commit: use Git raw note format

2019-05-26 Thread Chris Mayo
Currently a commit note is shown as: Notes Notes: Change to: Notes Signed-off-by: Chris Mayo --- ui-commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-commit.c b/ui-commit.c index 9a47b54..52b4c2a 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -39,7