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

2014-09-12 Thread Jonh Wendell
--abbrev=+ 5261ec5d5 v2.1.0-rc1+ First patch was sent in Aug 23, re-sending with Signed-off-by and CC'ing Junio. Jonh Wendell (2): describe: support the syntax "--abbrev=+" describe: Add documentation for "--abbrev=+" Documentation/git-describe.txt |

[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/

[PATCH 2/2] describe: Add documentation for "--abbrev=+"

2014-09-12 Thread Jonh Wendell
Signed-off-by: Jonh Wendell --- Documentation/git-describe.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index d20ca40..e291770 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/git-describe.txt

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

2014-08-26 Thread Jonh Wendell
hi there! just a ping here, these are my first patches to git. any comment, feedback? 2014-08-23 14:13 GMT-03:00 Jonh Wendell : > Sometimes it's interesting to have a simple output that answers the question: > Are there commits after the latest tag? > > One possible solution i

Re: [PATCH 2/2] describe: Add documentation for "--abbrev=+"

2014-08-24 Thread Jonh Wendell
2014-08-24 3:35 GMT-03:00 brian m. carlson : > On Sat, Aug 23, 2014 at 02:13:22PM -0300, Jonh Wendell wrote: >> --- >> Documentation/git-describe.txt | 6 ++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/Documentation/git-describe.txt b/Documentation/

[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

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

2014-08-23 Thread Jonh Wendell
--abbrev=+ 5261ec5d5 v2.1.0-rc1+ Jonh Wendell (2): describe: support the syntax "--abbrev=+" describe: Add documentation for "--abbrev=+" Documentation/git-describe.txt | 6 ++ builtin/describe.c | 26 +- 2 files changed, 27 insert

[PATCH 2/2] describe: Add documentation for "--abbrev=+"

2014-08-23 Thread Jonh Wendell
--- Documentation/git-describe.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index d20ca40..e291770 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/git-describe.txt @@ -54,6 +54,12 @@ OPTIONS ab