From: Jeff King <hidden> Date: 2016-06-15 22:49:01
On Mon, Jun 28, 2010 at 09:01:57AM +0200, Bert Wesarg wrote:
'git notes copy' dumps core when no arguments are given.
How about:
-- >8 --
Subject: [PATCH] notes: check number of parameters to "git notes copy"
Otherwise we may segfault with too few parameters.
Signed-off-by: Jeff King <redacted>
---
builtin/notes.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
On Mon, Jun 28, 2010 at 10:59, Jeff King [off-list ref] wrote:
On Mon, Jun 28, 2010 at 09:01:57AM +0200, Bert Wesarg wrote:
quoted
'git notes copy' dumps core when no arguments are given.
How about:
Thanks.
Tested-by: Bert Wesarg <redacted>
FWIW, here is the correct and updated test for this:
-- >8 --
Subject: [PATCH] notes: add test for git-notes copy with too few arguments
Signed-off-by: Bert Wesarg <redacted>
---
t/t3301-notes.sh | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
From: Jacob Helwig <hidden> Date: 2016-06-15 22:49:01
On Mon, Jun 28, 2010 at 02:12, Bert Wesarg [off-list ref] wrote:
quoted hunk
On Mon, Jun 28, 2010 at 10:59, Jeff King [off-list ref] wrote:
quoted
On Mon, Jun 28, 2010 at 09:01:57AM +0200, Bert Wesarg wrote:
quoted
'git notes copy' dumps core when no arguments are given.
How about:
Thanks.
Tested-by: Bert Wesarg <redacted>
FWIW, here is the correct and updated test for this:
-- >8 --
Subject: [PATCH] notes: add test for git-notes copy with too few arguments
Signed-off-by: Bert Wesarg <redacted>
---
t/t3301-notes.sh | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)