diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-02-24 21:39:51 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-02-24 21:39:51 -0800 |
commit | c69b55610e3cceb5cbd48784fb7cc0458d463f3a (patch) | |
tree | e826ef345f257fce2d627af810d6e364d10de201 /bn_django/git_browse/settings.py | |
parent | 71520ba4e171195c983320b9c00e37c215fad39c (diff) | |
download | bnewnet-c69b55610e3cceb5cbd48784fb7cc0458d463f3a.tar.gz bnewnet-c69b55610e3cceb5cbd48784fb7cc0458d463f3a.zip |
Revert "i'm confused?"
This reverts commit 71520ba4e171195c983320b9c00e37c215fad39c.
Diffstat (limited to 'bn_django/git_browse/settings.py')
-rw-r--r-- | bn_django/git_browse/settings.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bn_django/git_browse/settings.py b/bn_django/git_browse/settings.py index 53799ab..87b957d 100644 --- a/bn_django/git_browse/settings.py +++ b/bn_django/git_browse/settings.py @@ -1,7 +1,2 @@ - -# full path to directory holding all the git repositories (or sys links to -# the repositories) -GITBROWSE_BASE = '/srv/git/' - # fill path to the git command -GITCOMMAND = '/usr/bin/git' +GITCOMMAND = '/usr/local/bin/git' |