Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git.el: Improve error handling for commits.
[gitweb.git]
/
git-submodule.sh
diff --git
a/git-submodule.sh
b/git-submodule.sh
index b63e5c30874bfa382c7d6d0ca1942d116930b62a..220d94ec0c53c9d6c4535d1e50f5d1cb9dc99689 100755
(executable)
--- a/
git-submodule.sh
+++ b/
git-submodule.sh
@@
-323,7
+323,7
@@
cmd_update()
# Only mention uninitialized submodules when its
# path have been specified
test "$#" != "0" &&
- say "Submodule path '$path' not initialized"
+ say "Submodule path '$path' not initialized"
&&
say "Maybe you want to use 'update --init'?"
continue
fi