Merge branch 'sg/test-squelch-noise-in-commit-bulk'

Code cleanup.

* sg/test-squelch-noise-in-commit-bulk:
  test-lib-functions: suppress a 'git rev-parse' error in 'test_commit_bulk'
This commit is contained in:
Junio C Hamano 2019-12-10 13:11:44 -08:00
commit 7aba2b7fd6

View file

@ -308,7 +308,7 @@ test_commit_bulk () {
total=$1
add_from=
if git -C "$indir" rev-parse --verify "$ref"
if git -C "$indir" rev-parse --quiet --verify "$ref"
then
add_from=t
fi