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
DynamicConfig.hs
Files.hs
GitConfig.hs
Smudge.hs Add -- before %f in the smudge/clean filter configuration 2019-03-18 14:12:13 -04:00