Git fork

Merge branch 'jc/t1016-setup-fix'

GPG signing test set-up has been broken for a year, which has been
corrected.

* jc/t1016-setup-fix:
t1016: make sure to use specified GPG

+1 -1
+1 -1
t/t1016-compatObjectFormat.sh
··· 114 114 git config core.repositoryformatversion 1 && 115 115 git config extensions.objectformat $hash && 116 116 git config extensions.compatobjectformat $(compat_hash $hash) && 117 - test_config gpg.program $TEST_DIRECTORY/t1016/gpg && 117 + git config gpg.program $TEST_DIRECTORY/t1016/gpg && 118 118 echo "Hello World!" >hello && 119 119 eval hello_${hash}_oid=$(git hash-object hello) && 120 120 git update-index --add hello &&