Stefan Beller <[email protected]> writes:
> Subject: Re: [PATCHv3 01/13] Sending "Fetching submodule <foo>" output to
> stderr
Subject: submodule: send "...." to standard error
or something?
> if (is_directory(git_dir)) {
> if (!quiet)
> - printf("Fetching submodule %s%s\n", prefix,
> ce->name);
> + fprintf(stderr, "Fetching submodule %s%s\n",
> prefix, ce->name);
> cp.dir = submodule_path.buf;
> argv_array_push(&argv, default_argv);
> argv_array_push(&argv, "--submodule-prefix");
The change itself (above) and updates to the tests (omitted) looked
sensible.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html