git-annex/Assistant/Threads
Joey Hess 89b2542d3c
annex.skipunknown with transition plan
Added annex.skipunknown git config, that can be set to false to change the
behavior of commands like `git annex get foo*`, to not skip over files/dirs
that are not checked into git and are explicitly listed in the command
line.

Significant complexity was needed to handle git-annex add, which uses some
git ls-files calls, but needs to not use --error-unmatch because of course
the files are not known to git.

annex.skipunknown is planned to change to default to false in a
git-annex release in early 2022. There's a todo for that.
2020-05-28 15:55:17 -04:00
..
Committer.hs convert KeySource to RawFilePath 2020-02-21 10:04:44 -04:00
ConfigMonitor.hs auto-init autoenable=yes 2020-05-27 12:40:35 -04:00
Cronner.hs add missing space 2019-10-03 09:46:06 -04:00
DaemonStatus.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Exporter.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Glacier.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Merger.hs disable journal read optimisation when alwayscommit=false 2020-04-15 13:24:33 -04:00
MountWatcher.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
NetWatcher.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
PairListener.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
ProblemFixer.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Pusher.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
RemoteControl.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
SanityChecker.hs annex.skipunknown with transition plan 2020-05-28 15:55:17 -04:00
TransferPoller.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Transferrer.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
TransferScanner.hs annex.skipunknown with transition plan 2020-05-28 15:55:17 -04:00
TransferWatcher.hs completed the createDirectoryIfMissing conversion 2020-03-06 12:55:03 -04:00
Upgrader.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
UpgradeWatcher.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Watcher.hs annex.skipunknown with transition plan 2020-05-28 15:55:17 -04:00
WebApp.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00