Hi, I'm trying to use the --submodule switch with git-diff but doesnt understand the following behaviour: $ git diff 2c9a257718d1803de720f95766ff256d33accad5 HEAD diff --git a/configs b/configs index 16c6a89..ce12289 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit 16c6a89f245f0eed7fb0bce8e027c59fcf1d543e +Subproject commit ce12289c5bfca7b2c423d9f1871c13ad1ba1dc32 but adding the --submodule option gives: $ git diff --submodule=log 2c9a257718d1803de720f95766ff256d33accad5 HEAD Submodule configs 16c6a89...ce12289 (commits not present) Could anybody enlight me ? -- Francis -- 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