Thread (1 message) 1 message, 1 author, 2018-10-19

Re: [PATCH 1/3] t6501: use --quiet when testing gc stderr

From: Junio C Hamano <hidden>
Date: 2018-10-19 00:36:56

Derrick Stolee [off-list ref] writes:
This code from builtin/gc.c makes it look like we are doing that:

        if (gc_write_commit_graph)
                write_commit_graph_reachable(get_object_directory(), 0,
                                             !quiet && !daemonized);

But really, daemonized is only for when running in the background.
But that is something we can easily fix, no?

"git grep isatty" tells you that we use isatty(2) to decide if we
want to go verbose or show progress.  Another frequent use of isatty
in our codebase of course is to use of a pager and columnar output
formats.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help