mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-01-19 22:12:43 +01:00
35 lines
975 B
Plaintext
35 lines
975 B
Plaintext
[git]
|
|
client = '/usr/bin/git' ; Your git executable path
|
|
repositories = '/var/www/projects/' ; Path to your repositories
|
|
default_branch = 'master' ; Default branch when HEAD is detached
|
|
|
|
|
|
;Windows Users
|
|
;client = '"C:\Program Files (x86)\Git\bin\git.exe"' ; Your git executable path
|
|
;repositories = 'C:\Path\to\Repos\' ; Path to your repositories
|
|
|
|
|
|
; If you want to specify multiple paths, use the array syntax instead:
|
|
;
|
|
;repositories[] = '/var/www/projects/'
|
|
;repositories[] = '/var/www/subdir/more_projects/'
|
|
;repositories[] = '/home/user/even_more_projects/'
|
|
|
|
|
|
; You can hide repositories from GitList, just copy this for each repository you want to hide
|
|
; hidden[] = '/var/www/projects/BetaTest'
|
|
|
|
[app]
|
|
debug = false
|
|
|
|
; If you need to specify custom filetypes for certain extensions, do this here
|
|
[filetypes]
|
|
; extension = type
|
|
; dist = xml
|
|
|
|
; If you need to set file types as binary or not, do this here
|
|
[binary_filetypes]
|
|
; extension = true
|
|
; svh = false
|
|
; map = true
|