aboutsummaryrefslogtreecommitdiff
path: root/content/blog/miscellaneous/gitolite-cgit.md
diff options
context:
space:
mode:
authorJulien Dessaux2022-07-24 21:47:16 +0200
committerJulien Dessaux2022-07-24 21:47:16 +0200
commit267940e52db87569f0289307d4b8722a116aa308 (patch)
tree4f5866f0393051f1766e18ba89f4ee765e11def7 /content/blog/miscellaneous/gitolite-cgit.md
parentUpdated git documentations and wrote a blog post about it (diff)
downloadwww-267940e52db87569f0289307d4b8722a116aa308.tar.gz
www-267940e52db87569f0289307d4b8722a116aa308.tar.bz2
www-267940e52db87569f0289307d4b8722a116aa308.zip
Fixed git articles
Diffstat (limited to 'content/blog/miscellaneous/gitolite-cgit.md')
-rw-r--r--content/blog/miscellaneous/gitolite-cgit.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/content/blog/miscellaneous/gitolite-cgit.md b/content/blog/miscellaneous/gitolite-cgit.md
index bd76991..b480082 100644
--- a/content/blog/miscellaneous/gitolite-cgit.md
+++ b/content/blog/miscellaneous/gitolite-cgit.md
@@ -2,6 +2,9 @@
title: Migrating from gitea to gitolite and cgit
description: A quest for simplicity
date: 2022-07-15
+tags:
+ - FreeBSD
+ - git
---
## Introduction
@@ -27,4 +30,4 @@ The main challenge I encountered was how to make `go get` or `go install` work w
I solved that issue of injecting this header by:
- setting a `cgit.extra-head-content` in the gitconfig of my go repositories
-- configuring gitolite to accept such header by customizing its `GIT_CONFIG_KEYS`
+- configuring gitolite to accept such header by customizing its `GIT_CONFIG_KEYS` and working around regex character checks