git-annex/Command
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
..
Add.hs Added --no-check-gitignore option for finer grained control than using --force. 2020-09-18 13:19:13 -04:00
AddUnused.hs Added --no-check-gitignore option for finer grained control than using --force. 2020-09-18 13:19:13 -04:00
AddUrl.hs Added --no-check-gitignore option for finer grained control than using --force. 2020-09-18 13:19:13 -04:00
Adjust.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Assistant.hs avoid using MonadFail in ParseDuration 2020-08-15 15:53:35 -04:00
Benchmark.hs improve benchmark --databases 2019-11-21 17:25:20 -04:00
CalcKey.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
CheckPresentKey.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Commit.hs use Branch.name instead of hard coding the branch name 2020-09-15 15:47:22 -04:00
Config.hs add "input" field to json output 2020-09-15 16:22:44 -04:00
ConfigList.hs all commands building except for assistant 2019-12-05 14:41:18 -04:00
ContentLocation.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Copy.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Dead.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Describe.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
DiffDriver.hs use filepath-bytestring for annex object manipulations 2019-12-11 15:25:07 -04:00
Direct.hs Automatically convert direct mode repositories to v7 with adjusted unlocked branches 2019-08-26 15:05:25 -04:00
Drop.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
DropKey.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
DropUnused.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
EnableRemote.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
EnableTor.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
ExamineKey.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Expire.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Export.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Find.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
FindRef.hs Ref ByteString conversion done 2020-04-07 17:41:09 -04:00
Fix.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Forget.hs use Branch.name instead of hard coding the branch name 2020-09-15 15:47:22 -04:00
FromKey.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Fsck.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
FuzzTest.hs add "input" field to json output 2020-09-15 16:22:44 -04:00
GCryptSetup.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Get.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Group.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
GroupWanted.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Help.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Import.hs Added --no-check-gitignore option for finer grained control than using --force. 2020-09-18 13:19:13 -04:00
ImportFeed.hs Added --no-check-gitignore option for finer grained control than using --force. 2020-09-18 13:19:13 -04:00
InAnnex.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Indirect.hs Automatically convert direct mode repositories to v7 with adjusted unlocked branches 2019-08-26 15:05:25 -04:00
Info.hs add "input" field to json output 2020-09-15 16:22:44 -04:00
Init.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
InitRemote.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Inprogress.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
List.hs add "input" field to json output 2020-09-15 16:22:44 -04:00
Lock.hs Added --no-check-gitignore option for finer grained control than using --force. 2020-09-18 13:19:13 -04:00
LockContent.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Log.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
LookupKey.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Map.hs add "input" field to json output 2020-09-15 16:22:44 -04:00
MatchExpression.hs annex.addunlocked expressions 2019-12-20 15:56:25 -04:00
Merge.hs use Branch.name instead of hard coding the branch name 2020-09-15 15:47:22 -04:00
MetaData.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Migrate.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Mirror.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Move.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Multicast.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
NotifyChanges.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
NumCopies.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
P2P.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
P2PStdIO.hs finish CommandStart transition 2019-06-12 13:24:01 -04:00
PostReceive.hs sync --only-annex and annex.synconlyannex 2020-02-17 16:33:10 -04:00
PreCommit.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Proxy.hs Automatically convert direct mode repositories to v7 with adjusted unlocked branches 2019-08-26 15:05:25 -04:00
ReadPresentKey.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
RecvKey.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
RegisterUrl.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Reinit.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Reinject.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
ReKey.hs Added --no-check-gitignore option for finer grained control than using --force. 2020-09-18 13:19:13 -04:00
RemoteDaemon.hs remotedaemon: Don't list --stop in help since it's not supported. 2019-09-30 14:40:46 -04:00
RenameRemote.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Repair.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Required.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
ResolveMerge.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
RmUrl.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Schedule.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Semitrust.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
SendKey.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
SetKey.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
SetPresentKey.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Smudge.hs external backends wip 2020-07-29 15:23:18 -04:00
Status.hs convert TopFilePath to use RawFilePath 2019-12-09 15:07:21 -04:00
Sync.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Test.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
TestRemote.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
TransferInfo.hs include git-annex-shell back in 2019-12-02 11:51:52 -04:00
TransferKey.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
TransferKeys.hs add back git-annex branch read cache 2020-07-06 12:22:33 -04:00
Trust.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Unannex.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Undo.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Ungroup.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Uninit.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Unlock.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Untrust.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
Unused.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Upgrade.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
VAdd.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
VCycle.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Version.hs external backends wip 2020-07-29 15:23:18 -04:00
VFilter.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Vicfg.hs remove redundant imports 2020-06-22 11:05:34 -04:00
View.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
VPop.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Wanted.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00
Watch.hs remotedaemon: Don't list --stop in help since it's not supported. 2019-09-30 14:40:46 -04:00
WebApp.hs convert to withCreateProcess for async exception safety 2020-06-03 15:48:09 -04:00
Whereis.hs add SeekInput (not yet used) 2020-09-15 15:41:13 -04:00