From 55a6dcdc03d6959ab5719822244d80f5bfe4f3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 14 Sep 2022 14:09:29 +0200 Subject: ons 14 sep 2022 14:09:29 CEST --- GitServer.wiki | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) (limited to 'GitServer.wiki') diff --git a/GitServer.wiki b/GitServer.wiki index 77354a7..18a21af 100644 --- a/GitServer.wiki +++ b/GitServer.wiki @@ -1,16 +1,17 @@ = Contents = - [[#Git Server|Git Server]] - - [[#Git Server#Autentisering|Autentisering]] - - [[#Git Server#Autentisering#Autentisering HTTP|Autentisering HTTP]] - - [[#Git Server#Autentisering#Autentisering HTTP#Nuläget|Nuläget]] - - [[#Git Server#Autentisering#Autentisering HTTP#Framtiden|Framtiden]] - - [[#Git Server#Autentisering#Autentisering SSH|Autentisering SSH]] - - [[#Git Server#Autentisering#Autentisering SSH#Problem|Problem]] - - [[#Git Server#Autentisering#Autentisering SSH#HTTP access|HTTP access]] - - [[#Git Server#Autentisering#Autentisering SSH#gitweb.owner|gitweb.owner]] - - [[#Git Server#Pull Requests|Pull Requests]] + - [[#Git Server#Autentisering|Autentisering]] + - [[#Git Server#Autentisering#Autentisering HTTP|Autentisering HTTP]] + - [[#Git Server#Autentisering#Autentisering HTTP#Nuläget|Nuläget]] + - [[#Git Server#Autentisering#Autentisering HTTP#Framtiden|Framtiden]] + - [[#Git Server#Autentisering#Autentisering SSH|Autentisering SSH]] + - [[#Git Server#Autentisering#Autentisering SSH#Problem|Problem]] + - [[#Git Server#Autentisering#Autentisering SSH#HTTP access|HTTP access]] + - [[#Git Server#Autentisering#Autentisering SSH#gitweb.owner|gitweb.owner]] + - [[#Git Server#Pull Requests|Pull Requests]] - [[#Taggning|Taggning]] - - [[#Taggning#Cleanup|Cleanup]] + - [[#Taggning#Cleanup|Cleanup]] + - [[#Hooks|Hooks]] = Git Server = https://git.hornquist.se @@ -94,3 +95,17 @@ find -type d -name \*.git -execdir env GIT_DIR={} git config gitweb.category Liu - [ ] `gitweb.category` should be set automaticly - [X] liu/TDDD86-labbar should get a README clarifying it's only a mirror - [ ] liu/TDDD86-labbar is broken + += Hooks = +{{{ +ithryn [~/code/r11k] $ git push +Enumerating objects: 10, done. +Counting objects: 100% (10/10), done. +Delta compression using up to 8 threads +Compressing objects: 100% (6/6), done. +Writing objects: 100% (8/8), 794 bytes | 794.00 KiB/s, done. +Total 8 (delta 3), reused 0 (delta 0), pack-reused 0 +remote: fatal: Not a valid object name HEAD:.gitconfig +To git.hornquist.se:git/r11k.git + 87acf40..5fb0e6c cs -> cs +}}} -- cgit v1.2.3