git-submodule: remove redundant call to git-describe
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Jul 2007 23:13:55 +0000 (16:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jul 2007 23:13:55 +0000 (16:13 -0700)
The code to find a more descriptive name given a commit in a
submodule were improved in bffe71f, but it forgot to remove the
older logic the patch replaced.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found