Re: [PATCH 3/3] ls-tree: disable negative pathspec because it's not supported

2014-12-02 Thread Duy Nguyen
On Tue, Dec 2, 2014 at 2:40 AM, Junio C Hamano wrote: > Nguyễn Thái Ngọc Duy writes: > >> Signed-off-by: Nguyễn Thái Ngọc Duy > > Hmph, that's sad. Should the below say "test_expect_failure" > without "test_must_fail", anticipating a fix later? Not a fix from me any time soon (I still need to

Re: [PATCH 3/3] ls-tree: disable negative pathspec because it's not supported

2014-12-01 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > Signed-off-by: Nguyễn Thái Ngọc Duy Hmph, that's sad. Should the below say "test_expect_failure" without "test_must_fail", anticipating a fix later? t/t3102-ls-tree-wildcards.sh | 4 1 file changed, 4 insertions(+) diff --git a/t/t3102-ls-tree-wildcards.

[PATCH 3/3] ls-tree: disable negative pathspec because it's not supported

2014-11-30 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- builtin/ls-tree.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builtin/ls-tree.c b/builtin/ls-tree.c index 053edb2..3b04a0f 100644 --- a/builtin/ls-tree.c +++ b/builtin/ls-tree.c @@ -174,7 +174,8 @@ int cmd_ls_tree(int argc, const c