Re: [PATCH 5/5] rev-parse: introduce --exclude= to tame wildcards

2013-11-01 Thread Junio C Hamano
Eric Sunshine writes: > On Fri, Nov 1, 2013 at 3:34 PM, Junio C Hamano wrote: >> Teach "rev-parse" the same "I'm going to glob, but omit the ones >> that match these patterns" feature as "rev-list". >> >> Signed-off-by: Junio C Hamano >> --- >> Documentation/git-rev-parse.txt | 14

Re: [PATCH 5/5] rev-parse: introduce --exclude= to tame wildcards

2013-11-01 Thread Eric Sunshine
On Fri, Nov 1, 2013 at 3:34 PM, Junio C Hamano wrote: > Teach "rev-parse" the same "I'm going to glob, but omit the ones > that match these patterns" feature as "rev-list". > > Signed-off-by: Junio C Hamano > --- > Documentation/git-rev-parse.txt | 14 ++ > builtin/rev-parse.c

[PATCH 5/5] rev-parse: introduce --exclude= to tame wildcards

2013-11-01 Thread Junio C Hamano
Teach "rev-parse" the same "I'm going to glob, but omit the ones that match these patterns" feature as "rev-list". Signed-off-by: Junio C Hamano --- Documentation/git-rev-parse.txt | 14 ++ builtin/rev-parse.c | 17 + t/t6018-rev-list-glob.sh| 12 +