From ffa7c7aaf7d68dee71ac50722fa37d3687a5df7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 10 Oct 2022 15:20:41 +0200 Subject: =?UTF-8?q?m=C3=A5n=2010=20okt=202022=2015:20:41=20CEST?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GitServer.wiki | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 106 insertions(+), 1 deletion(-) (limited to 'GitServer.wiki') diff --git a/GitServer.wiki b/GitServer.wiki index 18a21af..ea9cf82 100644 --- a/GitServer.wiki +++ b/GitServer.wiki @@ -12,6 +12,15 @@ - [[#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]] + - [[#Hooks#Default config#VVVVVV|VVVVVV]] + - [[#Hooks#Default config#password-store|password-store]] + - [[#Hooks#Default config#reddit-parenthesis-bot|reddit-parenthesis-bot]] + - [[#Hooks#Default config#cgit|cgit]] + - [[#Hooks#Default config#guile-cairo|guile-cairo]] = Git Server = https://git.hornquist.se @@ -46,7 +55,7 @@ problem: - [[#gitweb.owner]] ==== Problem ==== -:TODO: +:TODO: 2018-12-28 Jag satte upp gitolite, och pull fungerade bra. Dock med vissa @@ -109,3 +118,99 @@ remote: fatal: Not a valid object name HEAD:.gitconfig To git.hornquist.se:git/r11k.git 87acf40..5fb0e6c cs -> cs }}} + +=== 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 +- Allow shared repositories? + +=== Framtida förbättringar === +- Resterande krokar +- kör olika krokar beroende på `git config gitweb.category` +- `enable-remote-branches` ([[man:cgitrc#5]]) +- Alt-text för speciella bilder + + +=== Default config === +{{{ +[core] + repositoryformatversion = 0 + filemode = true + bare = true +}}} +41adefcd1f91e91d473275a100d31a2c + +{{{ +[gitweb] category = Liu +}}} +4a7ec14607090979f0b8a040e9a766da + +{{{ +[gitweb] category = fork +}}} +fe8d1fed27f4e9e7a89fde75007ba8eb + +{{{ +[gitweb] category = archive +}}} +9df34b64ba47fc85ed73fe98c6626397 + +{{{ +[gitweb] category = doc +}}} +ca367e334f62a408ec13f182af14f99b + + +===== cclite ===== +[remote "origin"] + url = https://github.com/Sorroko/cclite + +===== VVVVVV ===== +[cgit] + defbranch = ps + homepage = https://github.com/TerryCavanagh/VVVVVV + desc = VVVVVV With sysadmin mod + logo = /extra-content/VVVVVV/logo.png +[gitweb] + category = fork + +[remote "origin"] + url = https://github.com/TerryCavanagh/VVVVVV + fetch = `+refs/heads/*:refs/remotes/origin/*` + +===== password-store ===== +[remote "upstream"] + url = https://git.zx2c4.com/password-store + fetch = `+refs/heads/*:refs/remotes/upstream` + +===== reddit-parenthesis-bot ===== +[gitweb] + category = fork +[remote "origin"] + url = https://github.com/HugoNikanor/reddit-parenthesis-bot + +===== cgit ===== +[gitweb] + group = cgit + category = fork +[remote "upstream"] + url = git://git.zx2c4.com/cgit + fetch = `+refs/heads/*:refs/remotes/upstream/*` + +===== guile-cairo ===== +[gitweb] + category = fork +[remote "upstream"] + url = git://git.savannah.nongnu.org/guile-cairo.git + fetch = `+refs/heads/*:refs/remotes/upstream/*` + +`liu/TDDD86-Labbar` byt standardgren till redovisning -- cgit v1.2.3