1eed7e15fe
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@
18 lines
652 B
Plaintext
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
|