Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
submodule status: correct path handling in recursive submodules
[gitweb.git]
/
git-submodule.sh
diff --git
a/git-submodule.sh
b/git-submodule.sh
index 9fffa5c54a88022960260a1b94b8ec41ab4c4825..1024774f611bd388c6c917ff2d4b78086fcf617e 100755
(executable)
--- a/
git-submodule.sh
+++ b/
git-submodule.sh
@@
-1159,6
+1159,7
@@
cmd_status()
(
prefix="$displaypath/"
clear_local_git_env
+ wt_prefix=
cd "$sm_path" &&
eval cmd_status
) ||