Merge branch 'ow/push-quiet-set-upstream'
"git push --quiet --set-upstream" was not quiet when setting the upstream branch configuration, which has been corrected. * ow/push-quiet-set-upstream: transport: respect verbosity when setting upstream
This commit is contained in:
@ -119,4 +119,11 @@ test_expect_success TTY 'quiet push' '
|
||||
test_must_be_empty output
|
||||
'
|
||||
|
||||
test_expect_success TTY 'quiet push -u' '
|
||||
ensure_fresh_upstream &&
|
||||
|
||||
test_terminal git push --quiet -u --no-progress upstream main 2>&1 | tee output &&
|
||||
test_must_be_empty output
|
||||
'
|
||||
|
||||
test_done
|
||||
|
Reference in New Issue
Block a user