git-annex/Assistant/Threads
Joey Hess d0b06c17c0
Added --no-check-gitignore option for finer grained control than using --force.
add, addurl, importfeed, import: Added --no-check-gitignore option
for finer grained control than using --force.

(--force is used for too many different things, and at least one
of these also uses it for something else. I would like to reduce
--force's footprint until it only forces drops or a few other data
losses. For now, --force still disables checking ignores too.)

addunused: Don't check .gitignores when adding files. This is a behavior
change, but I justify it by analogy with git add of a gitignored file
adding it, asking to add all unused files back should add them all back,
not skip some. The old behavior was surprising.

In Command.Lock and Command.ReKey, CheckGitIgnore False does not change
behavior, it only makes explicit what is done. Since these commands are run
on annexed files, the file is already checked into git, so git add won't
check ignores.
2020-09-18 13:19:13 -04:00
..
Committer.hs add "input" field to json output 2020-09-15 16:22: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 convert to withCreateProcess for async exception safety 2020-06-04 12:44:09 -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 add SeekInput (not yet used) 2020-09-15 15:41:13 -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 Added --no-check-gitignore option for finer grained control than using --force. 2020-09-18 13:19:13 -04:00
WebApp.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00