commit | 4ed19a3c178d22fbd424af78b42b65533a8d1ebb | [log] [tgz] |
---|---|---|
author | Michael Dressel <MichaelTiloDressel@t-online.de> | Wed Jun 04 21:06:31 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jun 04 13:08:03 2008 -0700 |
tree | a190332ce9ec7b4e6a614a6335a2cae255faa3e5 | |
parent | 28bc30220f30850a10217d61f73e46d8a541e670 [diff] |
describe: match pattern for lightweight tags too The <pattern> given "git describe --match" was used only to filter tag objects, and not to filter lightweight tags. This fixes it. [jc: made the log to clarify this is a bugfix, not an enhancement, with additional test] Signed-off-by: Michael Dressel <MichaelTiloDressel@t-online.de> Acked-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>