X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=submodule.c;h=1ba9646d3484fe2a11c1faba339c4e333186085e;hb=66c8448543432308e8fce5e3e04076e875410f67;hp=b6dec70bd1a6b35c8ecc6a1a9953d64bfe6c4510;hpb=1d699f79340b40b8020d9ed570aab124186fbd97;p=git.git diff --git a/submodule.c b/submodule.c index b6dec70bd..1ba9646d3 100644 --- a/submodule.c +++ b/submodule.c @@ -388,6 +388,7 @@ void check_for_new_submodule_commits(unsigned char new_sha1[20]) while (parent) { struct diff_options diff_opts; diff_setup(&diff_opts); + DIFF_OPT_SET(&diff_opts, RECURSIVE); diff_opts.output_format |= DIFF_FORMAT_CALLBACK; diff_opts.format_callback = submodule_collect_changed_cb; if (diff_setup_done(&diff_opts) < 0)