Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACL support #1

Open
markfaine opened this issue Jan 27, 2015 · 3 comments
Open

ACL support #1

markfaine opened this issue Jan 27, 2015 · 3 comments
Labels

Comments

@markfaine
Copy link

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?

@dr4Ke
Copy link
Owner

dr4Ke commented Jan 27, 2015

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.

@markfaine
Copy link
Author

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)
.

@dr4Ke
Copy link
Owner

dr4Ke commented Jan 29, 2015

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.

@dr4Ke dr4Ke added the wontfix label Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants