added suggestion to only enable clean/smudge filter for unlocked annexed files

This commit is contained in:
Ilya_Shlyakhter 2019-09-24 17:33:06 +00:00 committed by admin
parent 7db8db9d3f
commit dd99dfa301

View file

@ -0,0 +1 @@
Right now, non-annexed files get passed through the `annex` clean/smudge filter (see [[forum/Adding_files_to_git__58___Very_long___34__recording_state_in_git__34___phase]]). It would be better if `git-annex` configure the filter only for the annexed unlocked files, in the `.gitattributes` file at the root of the repository.