Re: [PATCH v2 5/8] contrib: cc-cmd: add option to parse from committish

2013-04-19 Thread Felipe Contreras
On Fri, Apr 19, 2013 at 12:59 PM, Junio C Hamano wrote: > Felipe Contreras writes: > >> For example master..feature-a. >> >> Signed-off-by: Felipe Contreras >> --- >> contrib/cc-cmd/git-cc-cmd | 36 ++-- >> 1 file changed, 34 insertions(+), 2 deletions(-) >> >> d

Re: [PATCH v2 5/8] contrib: cc-cmd: add option to parse from committish

2013-04-19 Thread Junio C Hamano
Felipe Contreras writes: > For example master..feature-a. > > Signed-off-by: Felipe Contreras > --- > contrib/cc-cmd/git-cc-cmd | 36 ++-- > 1 file changed, 34 insertions(+), 2 deletions(-) > > diff --git a/contrib/cc-cmd/git-cc-cmd b/contrib/cc-cmd/git-cc-cmd >

[PATCH v2 5/8] contrib: cc-cmd: add option to parse from committish

2013-04-18 Thread Felipe Contreras
For example master..feature-a. Signed-off-by: Felipe Contreras --- contrib/cc-cmd/git-cc-cmd | 36 ++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/contrib/cc-cmd/git-cc-cmd b/contrib/cc-cmd/git-cc-cmd index f13ed8f..462f22c 100755 --- a/contrib