From c191cf22c093256154b60c1caf8aa9f27a77f5f8 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Mon, 13 Oct 2025 13:53:45 +0100 Subject: [PATCH] Add git2cpp to deployment --- deploy/cockle-config-in.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deploy/cockle-config-in.json b/deploy/cockle-config-in.json index 5662098..d2cd482 100644 --- a/deploy/cockle-config-in.json +++ b/deploy/cockle-config-in.json @@ -1,11 +1,20 @@ { "packages": { + "git2cpp": {}, "lua": {}, "nano": {}, "tree": {}, "vim": {} }, "aliases": { + "git": "git2cpp", "vi": "vim" + }, + "environment": { + "GIT_CORS_PROXY": "https://corsproxy.io/?url=", + "GIT_AUTHOR_NAME": "Jane Doe", + "GIT_AUTHOR_EMAIL": "jane.doe@blabla.com", + "GIT_COMMITTER_NAME": "Jane Doe", + "GIT_COMMITTER_EMAIL": "jane.doe@blabla.com" } }