]> oss.titaniummirror.com Git - repo_shell.git/commit
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)
commit324d66c100a844c9554e676bb4ca18109f609b04
tree93aeef2e1629169949039188b2914da16835f706
parent2657b21c48ee21f9f1667be242d7e85be8161cf9
repo_shell honors git ACLs

* 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
Makefile
README
git_acl.c
git_acl.h
repo_shell.c