]> git.madduck.net Git - gitweb-conf.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix up base url master
authormartin f. krafft <madduck@madduck.net>
Tue, 6 Jun 2017 09:36:14 +0000 (11:36 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 6 Jun 2017 09:36:14 +0000 (11:36 +0200)
gitweb.conf

index d3f9407a83de9f72cbe838106db26e047fc9186f..07e8bb0c92352a654f1ee1846531f04d4b68a3d3 100644 (file)
@@ -8,10 +8,12 @@ $site_footer = "$confroot/footer.html";
 $export_ok = "git-daemon-export-ok";
 $strict_export = 1;
 $omit_owner = 1;
+$base_url = $my_url;
 @git_base_url_list=("git://git.madduck.net/$vhostdir/$pubdir", "ssh://git@git.madduck.net/$vhostdir/$pubdir", "madduck:$pubdir");
-push @stylesheets, '/local.css';
+push @stylesheets, 'local.css';
 $feature{'pathinfo'}{'default'} = [1];
 $feature{'forks'}{'default'} = [1];
 $prevent_xss = 1;
+our $version .= " with super cow powers";
 
 #$export_auth_hook = sub { return -e "$_[0]/git-daemon-export-ok"; };