Re: [PATCH 1/2] describe: support the syntax "--abbrev=+"

2014-09-14 Thread Eric Sunshine
On Sun, Sep 14, 2014 at 4:18 AM, Jeff King wrote: > On Fri, Sep 12, 2014 at 11:26:43AM -0300, Jonh Wendell wrote: > >> It will print just a "+" sign appended to the found tag, if there >> are commits between the tag and the supplied commit. >> >> It's useful when you just need a simple output to k

Re: [PATCH 1/2] describe: support the syntax "--abbrev=+"

2014-09-14 Thread Jeff King
On Fri, Sep 12, 2014 at 11:26:43AM -0300, Jonh Wendell wrote: > It will print just a "+" sign appended to the found tag, if there > are commits between the tag and the supplied commit. > > It's useful when you just need a simple output to know if the > supplied commit is an exact match or not. S

[PATCH 1/2] describe: support the syntax "--abbrev=+"

2014-09-12 Thread Jonh Wendell
It will print just a "+" sign appended to the found tag, if there are commits between the tag and the supplied commit. It's useful when you just need a simple output to know if the supplied commit is an exact match or not. Signed-off-by: Jonh Wendell --- builtin/describe.c | 26

[PATCH 1/2] describe: support the syntax "--abbrev=+"

2014-08-23 Thread Jonh Wendell
It will print just a "+" sign appended to the found tag, if there are commits between the tag and the supplied commit. It's useful when you just need a simple output to know if the supplied commit is an exact match or not. --- builtin/describe.c | 26 +- 1 file changed, 21