This commit is contained in:
parent
a8ff96864e
commit
371238eca3
1 changed files with 3 additions and 0 deletions
3
doc/forum/conflict_with_git-crypt.mdwn
Normal file
3
doc/forum/conflict_with_git-crypt.mdwn
Normal file
|
@ -0,0 +1,3 @@
|
|||
[git-crypt](https://www.agwa.name/projects/git-crypt/) is executed as a filter for secrets specified in `.gitattributes` files. However, git-annex initialization results in `* filter=annex` being added to `$GIT_DIR/info/attributes`, which [has the highest precedence](https://www.git-scm.com/docs/gitattributes#_description), ultimately causing any git-crypt filtering to be bypassed.
|
||||
|
||||
Is there a recommended workaround for this? Thanks!
|
Loading…
Add table
Add a link
Reference in a new issue