Avoid 'fatal: cannot describe' message Signed-off-by: Ping Yin <pkufranky@xxxxxxxxx> --- git-submodule.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/git-submodule.sh b/git-submodule.sh index a6aaf40..5e8b84f 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -315,7 +315,7 @@ set_name_rev () { cd "$1" && { git describe "$2" 2>/dev/null || git describe --tags "$2" 2>/dev/null || - git describe --contains --tags "$2" + git describe --contains --tags "$2" 2>/dev/null } ) ) test -z "$revname" || revname=" ($revname)" -- 1.5.4.3.347.g5314c -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html