projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a86c41
)
gitweb: Make gitweb publish http and ssh urls for every repos.
author
root
<root@template.drsnuggles.stderr.nl>
Tue, 25 Nov 2008 00:12:10 +0000
(
01:12
+0100)
committer
root
<root@template.drsnuggles.stderr.nl>
Tue, 25 Nov 2008 00:12:10 +0000
(
01:12
+0100)
etc/gitweb.conf
patch
|
blob
|
history
diff --git
a/etc/gitweb.conf
b/etc/gitweb.conf
index dcb5717f1cf53635465f21d27d7a1f24acee76e2..a2bfcfad2aa05cb3d5afe1aaaecbdfb458429cd4 100644
(file)
--- a/
etc/gitweb.conf
+++ b/
etc/gitweb.conf
@@
-21,3
+21,8
@@
$logo = "/git-logo.png";
# the 'favicon'
$favicon = "/git-favicon.png";
+
+@git_base_url_list = (
+ "http://git.stderr.nl/git",
+ "ssh://git.stderr.nl/data/vcs/git"
+)