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

Incorect handling of .gitignore. Unable to create a file which name match against a gitignore rule #302

Open
vegaminer opened this issue Nov 26, 2018 · 0 comments

Comments

@vegaminer
Copy link
Contributor

Looks like this behavior was introduced at #99

Consider the following example
.gitignore: data/locks

Now if you try to: echo some_text > data/locks/some_file.txt you'll get Permission denied
According to git documentation:

gitignore - Specifies intentionally untracked files to ignore

In my case data/locks is part of docuwiki setup, all files in this directory as well as in data/tmp and data/cache should be writable, but ignored-untracked by git repository

@vegaminer vegaminer changed the title Incorect handling of .gitignore. Unable to create a file wich matches against a gitignore rule Incorect handling of .gitignore. Unable to create a file which matches against a gitignore rule Nov 26, 2018
@vegaminer vegaminer changed the title Incorect handling of .gitignore. Unable to create a file which matches against a gitignore rule Incorect handling of .gitignore. Unable to create a file which match against a gitignore rule Nov 26, 2018
@vegaminer vegaminer changed the title Incorect handling of .gitignore. Unable to create a file which match against a gitignore rule Incorect handling of .gitignore. Unable to create a file which name match against a gitignore rule Nov 26, 2018
vegaminer added a commit to vegaminer/gitfs that referenced this issue Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant