[PATCHv3 2/3] Add ability to authorize viewing a repository

Jason A. Donenfeld Jason at zx2c4.com
Tue Oct 30 17:30:00 CET 2012


On Tue, Oct 30, 2012 at 4:11 AM, Valentin Haenel <valentin.haenel at gmx.de> wrote:
> +       else if (!strcmp(name, "authz-exec"))
> +               ctx.cfg.authorization_helper = xstrdup(value);

The way it should work is:

Config var: authorization-helper
Code var: authorization_helper




More information about the CGit mailing list