Skip to content

Commit c191cf2

Browse files
committed
Add git2cpp to deployment
1 parent f96be20 commit c191cf2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deploy/cockle-config-in.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
{
22
"packages": {
3+
"git2cpp": {},
34
"lua": {},
45
"nano": {},
56
"tree": {},
67
"vim": {}
78
},
89
"aliases": {
10+
"git": "git2cpp",
911
"vi": "vim"
12+
},
13+
"environment": {
14+
"GIT_CORS_PROXY": "https://corsproxy.io/?url=",
15+
"GIT_AUTHOR_NAME": "Jane Doe",
16+
"GIT_AUTHOR_EMAIL": "[email protected]",
17+
"GIT_COMMITTER_NAME": "Jane Doe",
18+
"GIT_COMMITTER_EMAIL": "[email protected]"
1019
}
1120
}

0 commit comments

Comments
 (0)