diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2019-08-13 11:37:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-08-13 13:33:54 -0700 |
commit | b068d9a250246896cc56b9450049b2ed6451ccbb (patch) | |
tree | 7d111b0c3c9b12080fbc41fae28919f99e20f55b /Makefile | |
parent | repo-settings: consolidate some config settings (diff) | |
download | tgif-b068d9a250246896cc56b9450049b2ed6451ccbb.tar.xz |
t6501: use 'git gc' in quiet mode
t6501-freshen-objects.sh sends the standard error from
'git gc' to a file and verifies that it is empty. This
is intended as a way to ensure no warnings are written
during the operation. However, as the commit-graph is
added as a step to 'git gc', its progress will appear
in the output.
Pass the '-q' argument to avoid a failing test case
when progress is written.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions