aboutsummaryrefslogtreecommitdiff
path: root/gitserver-documentation.wiki
diff options
context:
space:
mode:
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)