From mboxrd@z Thu Jan 1 00:00:00 1970 From: valentin.haenel at gmx.de (Valentin Haenel) Date: Mon, 29 Oct 2012 10:36:36 +0100 Subject: [PATCHv2 2/3] Add ability to authorize viewing a repository In-Reply-To: References: <1350378927-10834-1-git-send-email-valentin.haenel@gmx.de> <1350894558-24840-2-git-send-email-valentin.haenel@gmx.de> Message-ID: <20121029093636.GC17370@kudu.in-berlin.de> * Jason A. Donenfeld [2012-10-28]: > On Mon, Oct 22, 2012 at 2:29 AM, Valentin Haenel wrote: > > This provides a mechanism for cgit to query an external program for repository > > authorisation, e.g. gitolite. An additional config variable 'authorization' > > contains the path and name of the executable to use. > > The config var is called 'authorization'. The struct var is called 'authz_exec'. > > Ugly. Let's unify these into one config variable / struct variable > called "authorization_helper". Check. V-