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. Seems

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 p...@peff.net 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

[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 jonh.wend...@gmail.com --- builtin/describe.c

[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