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

2014-09-12 Thread 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 is to just print a + (plus) signal after the tag. Example: git describe --abbrev=1 5261ec5d5 v2.1.0-rc1-2-g5261ec git describe --abbrev=+ 5261ec5d5

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 jonh.wend...@gmail.com: Sometimes it's interesting to have a simple output that answers the question: Are there commits after the latest tag? One possible solution is

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

2014-08-23 Thread 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 is to just print a + (plus) signal after the tag. Example: git describe --abbrev=1 5261ec5d5 v2.1.0-rc1-2-g5261ec git describe --abbrev=+ 5261ec5d5