git-acl-hooks
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:ACL hooks for enterprisy repos
Git ACL Hooks
=============

Sets access control restrictions for updates.

Example acl
===========
    # Everything is read-only by default
    # This sets up read-write access to a specific file
    match = ^blehk.txt
    access = read-write
    users = jtoft

    # This sets up read-write access to a folder
    match = ^lib
    access = read-write
    users = jtoft


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。