Skip to content

Instantly share code, notes, and snippets.

@bentglasstube
Last active October 1, 2015 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bentglasstube/1895522 to your computer and use it in GitHub Desktop.
Save bentglasstube/1895522 to your computer and use it in GitHub Desktop.
# path to git projects (<project>.git)
$projectroot = "/home/git/repositories/";
# directory to use for temp files
$git_temp = "/tmp";
# html text to include at home page
$home_text = "indextext.html";
# file with project list; by default, simply scan the projectroot dir.
$projects_list = "/home/git/projects.list";
# stylesheet to use
@stylesheets = ("static/gitweb.css");
# javascript code for gitweb
$javascript = "static/gitweb.js";
# the 'favicon'
$favicon = "static/eab-favicon.png";
# git-diff-tree(1) options to use for generated patches
@diff_opts = ();
### secret shit not in the docs (angryface)
# enable nicer uris
$feature{pathinfo}{default} = [1];
# root link text
$home_link_str = 'git.eatabrick.org';
$site_name = 'git.eatabrick.org';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment