summaryrefslogtreecommitdiffstats
path: root/4lib
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-16 18:09:37 +0200
committertv <tv@shackspace.de>2015-07-16 22:48:26 +0200
commit909005ffd5bd019ca2ee4375fb768b737a835415 (patch)
treefcdfd496cba0aa85f2752d0170ec5cf69f88205b /4lib
parent90eff048495e9cac767644dac1083374ecc521a1 (diff)
* tv: http://HOST/cgit/ -> http://cgit.HOST/
Diffstat (limited to '4lib')
-rw-r--r--4lib/tv/git.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/4lib/tv/git.nix b/4lib/tv/git.nix
index 8dc17611..2b25debd 100644
--- a/4lib/tv/git.nix
+++ b/4lib/tv/git.nix
@@ -120,6 +120,7 @@ let
port=${toString port}
host=$nick
+ cgit_endpoint=http://cgit.$host
empty=0000000000000000000000000000000000000000
@@ -149,15 +150,15 @@ let
case $receive_mode in
create)
#git log --oneline $id2
- link="http://$host/cgit/$GIT_SSH_REPO/?h=$h"
+ link="$cgit_endpoint/$GIT_SSH_REPO/?h=$h"
;;
delete)
#git log --oneline $id2
- link="http://$host/cgit/$GIT_SSH_REPO/ ($h)"
+ link="$cgit_endpoint/$GIT_SSH_REPO/ ($h)"
;;
fast-forward|non-fast-forward)
#git diff --stat $id..$id2
- link="http://$host/cgit/$GIT_SSH_REPO/diff/?h=$h&id=$id&id2=$id2"
+ link="$cgit_endpoint/$GIT_SSH_REPO/diff/?h=$h&id=$id&id2=$id2"
;;
esac