X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ft5801%2Fgit-remote-testgit;h=1544d6dc6ba19170a1dfdb8ded299530f70be1de;hb=12210859da0c16c644dab658d9e1ef671ec28788;hp=6b9f0b5dc79cf0239daf4f6a210baaccf8612d74;hpb=b6d712fa4e11e51e479b9e25090afff85e5d710a;p=thirdparty%2Fgit.git diff --git a/t/t5801/git-remote-testgit b/t/t5801/git-remote-testgit index 6b9f0b5dc7..1544d6dc6b 100755 --- a/t/t5801/git-remote-testgit +++ b/t/t5801/git-remote-testgit @@ -52,9 +52,11 @@ do test -n "$GIT_REMOTE_TESTGIT_SIGNED_TAGS" && echo "signed-tags" test -n "$GIT_REMOTE_TESTGIT_NO_PRIVATE_UPDATE" && echo "no-private-update" echo 'option' + echo 'object-format' echo ;; list) + echo ":object-format $(git rev-parse --show-object-format=storage)" git for-each-ref --format='? %(refname)' 'refs/heads/' 'refs/tags/' head=$(git symbolic-ref HEAD) echo "@$head HEAD" @@ -139,6 +141,10 @@ do test $val = "true" && force="true" || force= echo "ok" ;; + object-format) + test $val = "true" && object_format="true" || object_format= + echo "ok" + ;; *) echo "unsupported" ;;