aboutsummaryrefslogtreecommitdiff
path: root/gitserver-documentation.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-10 20:52:57 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-10 20:52:57 +0200
commitb3a51e09ebc174bdc9c31f1f74f260bc3b2fd8e4 (patch)
treead4aa84d7cde4c3bee3c3a6e917e05405245679a /gitserver-documentation.wiki
parentMerge branch 'master' of git.hornquist.se:git/wiki-public (diff)
downloadwiki-public-b3a51e09ebc174bdc9c31f1f74f260bc3b2fd8e4.tar.gz
wiki-public-b3a51e09ebc174bdc9c31f1f74f260bc3b2fd8e4.tar.xz
mån 10 okt 2022 20:52:57 CEST
Diffstat (limited to 'gitserver-documentation.wiki')
-rw-r--r--gitserver-documentation.wiki29
1 files changed, 29 insertions, 0 deletions
diff --git a/gitserver-documentation.wiki b/gitserver-documentation.wiki
new file mode 100644
index 0000000..b4328b4
--- /dev/null
+++ b/gitserver-documentation.wiki
@@ -0,0 +1,29 @@
+- Hur körs krokar
+ - Standardkrokar
+ - Lägga till egna
+- Hur sätts git konfiguration
+- Här sätts description
+- Hur byter man standardgren
+- Hur underkataloger och taggar interagerar
+ - Vad de olika underkatalogerna är till för
+ - Vad de olika taggarna är till för
+- Is owner from cgit? Is it supported?
+- Which configuration variables are supported, and what do they do
+ - Better script for setting them
+ - Should take core from a global place
+ - then update that with repo specific
+ - have way to unset
+- Allow shared repositories?
+- What happens if both subdir, and category
+
+== Dokumentation ==
+At each push hooks are run [GITHOOKS]
+
+Configuration is easiest set to an orphan branch called gitconfig
+The file .gitconfig will be loaded (by what?)
+
+== Configuration keys of interest ==
+
+`cgit.description` :: Displayed description of repo
+`cgit.defbranch` :: Default branch to show
+`gitweb.category` :: Category, (unless in a subdirectory)