]> git.djapps.eu Git - tmp/test-sha256/commitdiff
Test that sha256 object format is supported main
authorMathieu Baudier <redacted>
Mon, 10 Feb 2025 08:12:40 +0000 (09:12 +0100)
committerMathieu Baudier <redacted>
Mon, 10 Feb 2025 08:25:27 +0000 (09:25 +0100)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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
+