Added base for Windows user

Hint to use double quotes for Git Executible path.
Set repo base to windows path.
This commit is contained in:
Toby Allen
2012-12-30 11:06:17 +00:00
parent 44ed193402
commit 53326fffa7

View File

@@ -2,6 +2,11 @@
client = '/usr/bin/git' ; Your git executable path
repositories = '/var/www/projects/' ; Path to your repositories
;Windows Users
;client = '"C:\Program Files (x86)\Git\bin\git.exe"' ; Your git executable path
;repositories = 'C:\Path\to\Repos\' ; Path to your repositories
; You can hide repositories from GitList, just copy this for each repository you want to hide
; hidden[] = '/var/www/projects/BetaTest'