We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8348a4a commit 6657438Copy full SHA for 6657438
read-cache.c
@@ -3932,8 +3932,6 @@ static void update_callback(struct diff_queue_struct *q,
3932
case DIFF_STATUS_MODIFIED:
3933
trace_printf("diff modified '%s'\n", path);
3934
const struct submodule *sub = submodule_from_path(data->repo, null_oid(the_hash_algo), path);
3935
- if ( sub && sub->name )
3936
- trace_printf(" submodule %s\n", sub->name);
3937
if ( sub && sub->name && sub->ignore && strcmp(sub->ignore, "all") == 0 ) {
3938
trace_printf("ignore=all %s\n" , path );
3939
if ( data->ignored_too && data->ignored_too > 0 ) {
0 commit comments