aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-10 20:28:59 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-10 20:28:59 +0200
commit97b0959da9ac5b118f7a0755cb9726591e529911 (patch)
tree8ea1a499badcdf747503d5edbcc486c8ac26f22a
parentMerge branch 'master' of git.hornquist.se:git/wiki-public (diff)
parentmån 10 okt 2022 20:27:14 CEST (diff)
downloadwiki-public-97b0959da9ac5b118f7a0755cb9726591e529911.tar.gz
wiki-public-97b0959da9ac5b118f7a0755cb9726591e529911.tar.xz
Merge branch 'master' of git.hornquist.se:git/wiki-public
-rw-r--r--GitServer.wiki47
1 files changed, 4 insertions, 43 deletions
diff --git a/GitServer.wiki b/GitServer.wiki
index c0b7fcb..52f6e97 100644
--- a/GitServer.wiki
+++ b/GitServer.wiki
@@ -104,22 +104,8 @@ find -type d -name \*.git -execdir env GIT_DIR={} git config gitweb.category Liu
- [X] `gitweb.gatecory` is set on most right now.
- [ ] `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
-}}}
=== Att dokumentera ===
- Hur körs krokar
@@ -133,6 +119,10 @@ To git.hornquist.se:git/r11k.git
- 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?
=== Framtida förbättringar ===
@@ -151,40 +141,11 @@ To git.hornquist.se:git/r11k.git
}}}
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/*`