openbsd-ports/www/gitlist/patches/patch-config_ini
jasper 1eed7e15fe import gitlist-0.3
GitList allows you to browse repositories using your favorite browser,
viewing files under different revisions, commit history and diffs.
GitList is free and open source software, written in PHP, on top of
Silex and the Twig template engine.

feedback/ok ajacoutot@
2012-11-07 07:53:02 +00:00

18 lines
652 B
Plaintext

$OpenBSD: patch-config_ini,v 1.1.1.1 2012/11/07 07:53:06 jasper Exp $
--- config.ini.orig Tue Oct 30 10:07:54 2012
+++ config.ini Tue Oct 30 10:08:05 2012
@@ -1,5 +1,5 @@
[git]
-client = '/usr/bin/git' ; Your git executable path
+client = '${LOCALBASE}/bin/git' ; Your git executable path
repositories = '/var/www/projects/' ; Path to your repositories
; You can hide repositories from GitList, just copy this for each repository you want to hide
@@ -11,4 +11,4 @@ debug = true
; If you need to specify custom filetypes for certain extensions, do this here
[filetypes]
; extension = type
-; dist = xml
\ No newline at end of file
+; dist = xml