|
|
|
|
|
by ericfrederich
3695 days ago
|
|
Hmm... adding access controls to Git? I'm not sure how I feel about this.
I like how Git is low level and stays away from all of that stuff leaving it up to wrappers like GitLab, GitHub, Gerrit, etc. When you remove someone from the list of users does it have to go and re-write history? Isn't that a big no-no in Git? |
|
The re-encryption they're referring to is presumably just to protect future revisions (since you would ideally rotate all keys they had access to, git-secret or not, and publish new ones right away).