aboutsummaryrefslogtreecommitdiff
path: root/GitServer.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-09-14 14:09:29 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-09-14 14:09:29 +0200
commit55a6dcdc03d6959ab5719822244d80f5bfe4f3b0 (patch)
tree0d425ea0e1a7343eced0a478a59634eee3ee4a67 /GitServer.wiki
parentsön 11 sep 2022 11:12:31 CEST (diff)
downloadwiki-public-55a6dcdc03d6959ab5719822244d80f5bfe4f3b0.tar.gz
wiki-public-55a6dcdc03d6959ab5719822244d80f5bfe4f3b0.tar.xz
ons 14 sep 2022 14:09:29 CEST
Diffstat (limited to 'GitServer.wiki')
-rw-r--r--GitServer.wiki35
1 files changed, 25 insertions, 10 deletions
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
+}}}