You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can this handle ACLs as well as file/directory permissions? Looking at the .git-preserve-permissions file I don't see anything that would indicate that it can. If not, is this something that could be added?
The text was updated successfully, but these errors were encountered:
No, it doesn't handle ACLs. I didn't have the need.
I think it could be done, but that would be a major rewrite, especially for the "database".
I don't have interest in this, so it would have to be done by someone else.
Just curious, why do you use the post-checkout hook, instead of post-merge
to restore permissions?
On Tue Jan 27 2015 at 11:39:46 AM Christophe Drevet < [email protected]> wrote:
No, it doesn't handle ACLs. I didn't have the need.
I think it could be done, but that would be a major rewrite, especially
for the "database".
I don't have interest in this, so it would have to be done by someone else.
—
Reply to this email directly or view it on GitHub #1 (comment)
.
Actually, I'm using both. I added a post-merge hook as a symlink to post-checkout. In the develop branch, there are more changes. But I'd have more tests to do before merging into the master branch.
Can this handle ACLs as well as file/directory permissions? Looking at the .git-preserve-permissions file I don't see anything that would indicate that it can. If not, is this something that could be added?
The text was updated successfully, but these errors were encountered: