mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-01-24 08:19:38 +01:00
I have removed the directory management features from Gitter and ported them to GitList, since they are application-specific logic. I was unhappy with the way directories and multiple directories were handled, so i altered almost everything. The tests are OK, but the coverage is not good. This means that i'll need som help from all GitList users that are actively testing the development version with multiple directories. I have removed the directory caching feature for now, it will be re-implemented soon.
28 lines
888 B
Plaintext
28 lines
888 B
Plaintext
[git]
|
|
client = '/usr/bin/git' ; Your git executable path
|
|
default_branch = 'master' ; Default branch when HEAD is detached
|
|
repositories[] = '/home/git/repositories/' ; Path to your repositories
|
|
; If you wish to add more repositories, just add a new line
|
|
|
|
; 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[] = '/home/git/repositories/BetaTest'
|
|
|
|
[app]
|
|
debug = false
|
|
cache = true
|
|
|
|
; 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
|