From: Mathieu Baudier Date: Mon, 10 Feb 2025 08:12:40 +0000 (+0100) Subject: Test that sha256 object format is supported X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;p=tmp%2Ftest-sha256 Test that sha256 object format is supported --- a0eae641188b15bb5f3129f819a5ca43bdfc0c3d3e94fd86766cda832c901866 diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd8d154 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +Clone this repository in order to check whether your git installation supports the sha256 object format: + + git init --object-format=sha256 --initial-branch=main test-sha256 + cd test-sha256 + git remote add origin https://git.djapps.eu/tmp/test-sha256 + git pull origin main + git branch --set-upstream-to=origin/main main + + cat README.md +