From c69b55610e3cceb5cbd48784fb7cc0458d463f3a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 24 Feb 2007 21:39:51 -0800 Subject: Revert "i'm confused?" This reverts commit 71520ba4e171195c983320b9c00e37c215fad39c. --- bn_django/git_browse/settings.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'bn_django/git_browse/settings.py') 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' -- cgit v1.2.3