blob: a18018b138ed6b63c82cc3909a8db7f9eb846912 (
plain)
1
2
3
4
5
6
7
|
# full path to directory holding all the git repositories (or sys links to
# the repositories)
GITBROWSE_BASE = '/home/bnewbold/bn-project/'
# fill path to the git command
GITCOMMAND = '/usr/local/bin/git'
|