Y
Hacker News
new
|
ask
|
show
|
jobs
by
defunkt
6118 days ago
You can do ACL with a DVCS by way of a pre-receive hook. It's just a matter of time before tools make this dead-simple.
1 comments
durin42
6117 days ago
That's commit-time ACLs. I'm talking about
read
ACLs. Some companies aren't comfortable with giving people total access to code, even code that logically would sit in a single git repository.
link