From: Junio C Hamano Date: Mon, 21 May 2007 00:57:27 +0000 (-0700) Subject: git-cvsserver: fix disabling service via per-method config X-Git-Tag: v1.5.2.1~21 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/523d12e5003eee0c2cb670b51e39d719cd56aacd?ds=inline;hp=523d12e5003eee0c2cb670b51e39d719cd56aacd git-cvsserver: fix disabling service via per-method config When the per-method enable logic disables the access, we should not even look at the global one. git-cvsserver.perl | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) Signed-off-by: Junio C Hamano ---