elasticdog / transcrypt

transparently encrypt files within a git repository
MIT License
1.46k stars 102 forks source link

Use core attributesFile from worktree #137

Closed dimitrov-adrian closed 2 years ago

dimitrov-adrian commented 2 years ago

When using attribute file overrides (for example if override in .dotfiles or by other includes), get the core.attributesFile from the current worktree if available.

jmurty commented 2 years ago

Thanks for the improvement!