author | Ping Yin <pkufranky@gmail.com> | |
Thu, 10 Apr 2008 14:45:29 +0000 (22:45 +0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 12 Apr 2008 00:35:39 +0000 (17:35 -0700) | ||
commit | a68972c2ad7c3de582abeed03f660e19950ed66f | |
tree | 40201a04eef09efafdd30d216c8e11a0fcbd8c45 | tree | snapshot |
parent | b6309ac2b8bc9794f4e8e9e829ccfa3360f2df49 | commit | diff |
git-submodule: Avoid 'fatal: cannot describe' message
When "git submodule status" command tries to show the name of the
submodule HEAD revision more descriptively, but the submodule
repository lacked a suitable tag to do so, it leaked "fatal: cannot
describe" message to the UI. Squelch it by using '--always'.
Signed-off-by: Ping Yin <pkufranky@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When "git submodule status" command tries to show the name of the
submodule HEAD revision more descriptively, but the submodule
repository lacked a suitable tag to do so, it leaked "fatal: cannot
describe" message to the UI. Squelch it by using '--always'.
Signed-off-by: Ping Yin <pkufranky@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh | diff | blob | history |