aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--.vimwiki_tags9
-rw-r--r--GitServer.wiki21
-rw-r--r--gitserver-documentation.wiki29
3 files changed, 39 insertions, 20 deletions
diff --git a/.vimwiki_tags b/.vimwiki_tags
new file mode 100644
index 0000000..94692fd
--- /dev/null
+++ b/.vimwiki_tags
@@ -0,0 +1,9 @@
+!_TAG_FILE_FORMAT 2
+!_TAG_FILE_SORTED 1
+!_TAG_OUTPUT_MODE vimwiki-tags
+!_TAG_PROGRAM_AUTHOR Vimwiki
+!_TAG_PROGRAM_NAME Vimwiki Tags
+!_TAG_PROGRAM_URL https://github.com/vimwiki/vimwiki
+!_TAG_PROGRAM_VERSION 2.5
+TODO GitServer.wiki 59;" vimwiki:GitServer\tGitServer#Git Server#Autentisering#Autentisering SSH#Problem
+TODO GitServer.wiki 102;" vimwiki:GitServer\tGitServer#Taggning#Cleanup
diff --git a/GitServer.wiki b/GitServer.wiki
index 52f6e97..ff34888 100644
--- a/GitServer.wiki
+++ b/GitServer.wiki
@@ -12,7 +12,6 @@
- [[#Taggning|Taggning]]
- [[#Taggning#Cleanup|Cleanup]]
- [[#Hooks|Hooks]]
- - [[#Hooks#Att dokumentera|Att dokumentera]]
- [[#Hooks#Framtida förbättringar|Framtida förbättringar]]
- [[#Hooks#Default config|Default config]]
- [[#Hooks#Default config#cclite|cclite]]
@@ -107,23 +106,7 @@ find -type d -name \*.git -execdir env GIT_DIR={} git config gitweb.category Liu
= Hooks =
-=== Att dokumentera ===
-- 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?
+- [[gitserver-documentation]]
=== Framtida förbättringar ===
- Resterande krokar
@@ -175,5 +158,3 @@ find -type d -name \*.git -execdir env GIT_DIR={} git config gitweb.category Liu
[remote "upstream"]
url = git://git.savannah.nongnu.org/guile-cairo.git
fetch = `+refs/heads/*:refs/remotes/upstream/*`
-
-`liu/TDDD86-Labbar` byt standardgren till redovisning
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)