Skip to content

Instantly share code, notes, and snippets.

@smyrman
Created May 3, 2013 07:17
Show Gist options
  • Save smyrman/5507698 to your computer and use it in GitHub Desktop.
Save smyrman/5507698 to your computer and use it in GitHub Desktop.
Sindre's gitweb.conf
$git_temp = "/tmp";
# The directories where your projects are. Must not end with a slash.
our $projectroot = "/srv/git";
$feature{'blame'}{'default'} = [1];
$feature{'blame_incremental_'}{'default'} = [1];
$feature{'avatar'}{'default'} = [1];
$feature{'highlight'}{'default'} = [1];
$feature{'atom'}{'default'} = [1];
$site_name = "= = =";
$logo_label = "= = =";
$logo_url = "/";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment