[PATCH] Allow --pretty to be passed to git-describe.

2014-03-24 Thread Cyril Roelandt
In some cases, ony may want to find the the most recent tag that is reachable from a commit and have it pretty printed, using the formatting options available in git-log and git-show. Signed-off-by: Cyril Roelandt tipec...@gmail.com --- Documentation/git-describe.txt | 4

Re: [PATCH] Allow --pretty to be passed to git-describe.

2014-03-24 Thread Junio C Hamano
Cyril Roelandt tipec...@gmail.com writes: In some cases, ony may want to find the the most recent tag that is reachable from a commit and have it pretty printed, using the formatting options available in git-log and git-show. Sorry, but I do not understand the motivation I can read from

Re: [PATCH] Allow --pretty to be passed to git-describe.

2014-03-24 Thread Eric Sunshine
On Mon, Mar 24, 2014 at 9:04 PM, Cyril Roelandt tipec...@gmail.com wrote: In some cases, ony may want to find the the most recent tag that is reachable s/ony/one/ from a commit and have it pretty printed, using the formatting options available in git-log and git-show. Signed-off-by: Cyril