From ca92adfca4b4450badf44b9a41dc4bebb10c7182 Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Thu, 26 Dec 2024 21:33:39 +0100 Subject: [PATCH 1/2] chore: add warning in README --- git-commit-signing/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git-commit-signing/README.md b/git-commit-signing/README.md index 5ed5e262..ad063eee 100644 --- a/git-commit-signing/README.md +++ b/git-commit-signing/README.md @@ -9,6 +9,9 @@ tags: [helper, git] # git-commit-signing +> [!IMPORTANT] +> This module will only work with Git version >=2.4, prior versions [do not support signing commits via SSH keys](https://lore.kernel.org/git/xmqq8rxpgwki.fsf@gitster.g/). + This module downloads your SSH key from Coder and uses it to sign commits with Git. It requires `curl` and `jq` to be installed inside your workspace. From a1446b4a341aa5f7357ac60c59ea0fd9527388a0 Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Thu, 26 Dec 2024 21:37:09 +0100 Subject: [PATCH 2/2] chore: fix version number --- git-commit-signing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-commit-signing/README.md b/git-commit-signing/README.md index ad063eee..1f71cbb3 100644 --- a/git-commit-signing/README.md +++ b/git-commit-signing/README.md @@ -10,7 +10,7 @@ tags: [helper, git] # git-commit-signing > [!IMPORTANT] -> This module will only work with Git version >=2.4, prior versions [do not support signing commits via SSH keys](https://lore.kernel.org/git/xmqq8rxpgwki.fsf@gitster.g/). +> This module will only work with Git versions >=2.34, prior versions [do not support signing commits via SSH keys](https://lore.kernel.org/git/xmqq8rxpgwki.fsf@gitster.g/). This module downloads your SSH key from Coder and uses it to sign commits with Git. It requires `curl` and `jq` to be installed inside your workspace.