-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
git check-attr
to process .gitattributes' export-ignore
Instead of implementing our own parsing and handling of `.gitattributes`, shell out to git's `check-attr` command to take care of the parsing and processing for us. Notably, git handles unsetting properties properly. Fixes #44.
- Loading branch information
Showing
1 changed file
with
10 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters