git-annex/Config
Joey Hess c3f47ba389
make .noannex file prevent repo fixups
Avoid performing repository fixups for submodules and git-worktrees
when there's a .noannex file that will prevent git-annex from being
used in the repository.

This change is ok as long as the .noannex file is really going to prevent
git-annex from being used. But, init --force could override the file.
Which would result in the repo being initialized without the fixups
having run.

To avoid that situation decided to change init, to not let --force be used
to override a .noannex file. Instead the user can just delete the file.
2019-02-05 14:43:23 -04:00
..
Cost.hs
DynamicConfig.hs use DynamicConfig to handle cost-command 2017-08-17 14:04:29 -04:00
Files.hs make .noannex file prevent repo fixups 2019-02-05 14:43:23 -04:00
GitConfig.hs annex.autocommit can be configured via git-annex config 2017-02-03 13:58:53 -04:00
Smudge.hs fix syntax 2018-08-29 09:20:25 -04:00