git-annex/Config
Joey Hess 60ca3ce043
Add -- before %f in the smudge/clean filter configuration
To support filenames starting with dashes.

To update the config of existing repositories, you can re-run git-annex init.

Perhaps it should check every time for the old config and update it, but
that has several problems:

	- read-only repos
	- unexpected commands like `git annex find` changing git configs
	  might be surprising behavior

Since filenames starting with dashes are not super common and the user can
re-init easily enough if their repo needs fixed, I went for the simplest
fix.
2019-03-18 14:12:13 -04:00
..
Cost.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
DynamicConfig.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Files.hs Makefile: Added install-home target which installs git-annex into the HOME directory 2019-03-18 12:36:03 -04:00
GitConfig.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Smudge.hs Add -- before %f in the smudge/clean filter configuration 2019-03-18 14:12:13 -04:00