Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge, pull: introduce '--(no-)stat' option
[gitweb.git]
/
git-submodule.sh
diff --git
a/git-submodule.sh
b/git-submodule.sh
index 56ec3536e0c40190329b9867b46e36753f30efb2..7674346c8d9525b0d8928f48354bdbe0af8b8e23 100755
(executable)
--- a/
git-submodule.sh
+++ b/
git-submodule.sh
@@
-327,7
+327,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
--always
"$2"
}
) )
test -z "$revname" || revname=" ($revname)"