]> oss.titaniummirror.com Git - repo_shell.git/commitdiff
repo_shell honors git ACLs 0.3
authorR. Steve McKown <rsmckown@gmail.com>
Wed, 26 Sep 2012 22:10:54 +0000 (16:10 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Wed, 26 Sep 2012 22:21:44 +0000 (16:21 -0600)
* repo_shell uses git_acl.c
* str_has_word returns C99 bool
* git acl filename is set in repo_shell.cfg
* git_acl() accepts const char* args
* git_acl.h doesn't need to include stdbool.h
* git_acl.c manages no default git acl filename
* Use meaningful error message if permission denied due to ACL rule
* repo_shell has -t mode to get git acl function


No differences found