author | Emil Medve <Emilian.Medve@Freescale.com> | |
Tue, 26 Jun 2007 23:40:58 +0000 (18:40 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 2 Jul 2007 08:33:44 +0000 (01:33 -0700) | ||
commit | bffe71f4cd44b8050e7561b9f9245febb8b21f0a | |
tree | 7b8e25a5ae721a2ac55c173aa800bad423197c1d | tree | snapshot |
parent | ecda072380e54084d5160d7b6a9cdb23369da804 | commit | diff |
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>
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 | diff | blob | history |