]> git.ipfire.org Git - thirdparty/git.git/commit - git-submodule.sh
git-submodule: Instead of using only annotated tags, use any tags.
authorEmil Medve <Emilian.Medve@Freescale.com>
Tue, 26 Jun 2007 23:40:58 +0000 (18:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Jul 2007 08:33:44 +0000 (01:33 -0700)
commitbffe71f4cd44b8050e7561b9f9245febb8b21f0a
tree7b8e25a5ae721a2ac55c173aa800bad423197c1d
parentecda072380e54084d5160d7b6a9cdb23369da804
git-submodule: Instead of using only annotated tags, use any tags.

Some repositories might not use/have annotated tags (for example the
ones created with git-cvsimport) and git-submodule status might fail
because git-describe might fail to find a tag.  This change allows the
status of a submodule to be described/displayed relative to lightweight
tags as well.

Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh