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 --- .vimwiki_tags | 2 ++ GitServer.wiki | 35 +++++++++++++++++++++++++---------- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/.vimwiki_tags b/.vimwiki_tags index e18710a..358ee21 100644 --- a/.vimwiki_tags +++ b/.vimwiki_tags @@ -5,6 +5,8 @@ !_TAG_PROGRAM_NAME Vimwiki Tags !_TAG_PROGRAM_URL https://github.com/vimwiki/vimwiki !_TAG_PROGRAM_VERSION 2.5 +TODO GitServer.wiki 49;" vimwiki:GitServer\tGitServer#Git Server#Autentisering#Autentisering SSH#Problem +TODO GitServer.wiki 92;" vimwiki:GitServer\tGitServer#Taggning#Cleanup tidle Media.wiki 33;" vimwiki:Media\tMedia#tidle tilde Media.wiki 34;" vimwiki:Media\tMedia#tilde todo Västgöta/webbsida.wiki 299;" vimwiki:Västgöta/webbsida\tVästgöta/webbsida#Kalender 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