diff options
author | Elijah Newren <newren@gmail.com> | 2020-02-15 21:36:27 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-16 15:40:42 -0800 |
commit | 8a997ed132f7b8709d1752b64779566600345375 (patch) | |
tree | 642b451eae4d72980115e440f69e21045848ffd3 /daemon.c | |
parent | t3406: simplify an already simple test (diff) | |
download | tgif-8a997ed132f7b8709d1752b64779566600345375.tar.xz |
rebase, sequencer: remove the broken GIT_QUIET handling
The GIT_QUIET environment variable was used to signal the non-am
backends that the rebase should perform quietly. The preserve-merges
backend does not make use of the quiet flag anywhere (other than to
write out its state whenever it writes state), and this mechanism was
broken in the conversion from shell to C. Since this environment
variable was specifically designed for scripts and the only backend that
would still use it is no longer a script, just gut this code.
A subsequent commit will fix --quiet for the interactive/merge backend
in a different way.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'daemon.c')
0 files changed, 0 insertions, 0 deletions