git-annex/Command
Joey Hess 77c43a388e fromkey, registerurl: Allow urls to be specified instead of keys, and generate URL keys.
This is especially useful because the caller doesn't need to generate valid
url keys, which involves some escaping of characters, and may involve
taking a md5sum of the url if it's too long.
2015-05-22 22:41:36 -04:00
..
Add.hs Improve behavior when a git-annex command is told to operate on a file that doesn't exist. It will now continue to other files specified after that on the command line, and only error out at the end. 2015-04-30 15:28:17 -04:00
AddUnused.hs
AddUrl.hs fromkey, registerurl: Allow urls to be specified instead of keys, and generate URL keys. 2015-05-22 22:41:36 -04:00
Assistant.hs assistant: Added --autostop to complement --autostart. 2015-05-01 13:53:45 -04:00
CheckPresentKey.hs
Commit.hs
ConfigList.hs
ContentLocation.hs contentlocation, examinekey, lookupkey: Added --batch mode option. 2015-05-06 13:44:53 -04:00
Copy.hs refactor 2015-04-30 14:02:56 -04:00
Dead.hs
Describe.hs
DiffDriver.hs
Direct.hs
Drop.hs drop: Now supports --all, --unused, and --key. 2015-05-12 13:00:06 -04:00
DropKey.hs
DropUnused.hs refactor 2015-04-30 14:02:56 -04:00
EnableRemote.hs
ExamineKey.hs contentlocation, examinekey, lookupkey: Added --batch mode option. 2015-05-06 13:44:53 -04:00
Expire.hs expire --no-act 2015-04-05 15:02:55 -04:00
Find.hs
FindRef.hs
Fix.hs
Forget.hs
FromKey.hs fromkey, registerurl: Allow urls to be specified instead of keys, and generate URL keys. 2015-05-22 22:41:36 -04:00
Fsck.hs Take space that will be used by running downloads into account when checking annex.diskreserve. 2015-05-12 15:20:22 -04:00
FuzzTest.hs
GCryptSetup.hs
Get.hs Avoid accumulating transfer failure log files unless the assistant is being used. 2015-05-12 15:53:38 -04:00
Group.hs
GroupWanted.hs clean up imports 2015-04-19 10:47:07 -04:00
Help.hs
Import.hs import: Refuse to import files that are within the work tree, as that does not make sense and could cause data loss. 2015-05-11 12:57:47 -04:00
ImportFeed.hs fromkey, registerurl: Allow urls to be specified instead of keys, and generate URL keys. 2015-05-22 22:41:36 -04:00
InAnnex.hs
Indirect.hs
Info.hs refactor 2015-04-30 14:02:56 -04:00
Init.hs
InitRemote.hs
List.hs
Lock.hs
Log.hs more FlexibleContexts 2015-05-10 15:54:58 -04:00
LookupKey.hs contentlocation, examinekey, lookupkey: Added --batch mode option. 2015-05-06 13:44:53 -04:00
Map.hs
Merge.hs
MetaData.hs --auto is no longer a global option; only get, drop, and copy accept it. 2015-03-25 17:06:14 -04:00
Migrate.hs
Mirror.hs Merge branch 'master' into concurrentprogress 2015-05-12 13:23:22 -04:00
Move.hs Avoid accumulating transfer failure log files unless the assistant is being used. 2015-05-12 15:53:38 -04:00
NotifyChanges.hs
NumCopies.hs refactor 2015-04-30 14:02:56 -04:00
PreCommit.hs
Proxy.hs proxy: Made it work when run in a new repository before initial commit. 2015-04-09 12:24:42 -04:00
ReadPresentKey.hs
RecvKey.hs
RegisterUrl.hs fromkey, registerurl: Allow urls to be specified instead of keys, and generate URL keys. 2015-05-22 22:41:36 -04:00
Reinit.hs
Reinject.hs
ReKey.hs
RemoteDaemon.hs
Repair.hs
Required.hs forgot to add these 2015-04-18 16:09:09 -04:00
ResolveMerge.hs
RmUrl.hs
Schedule.hs
Semitrust.hs
SendKey.hs Avoid accumulating transfer failure log files unless the assistant is being used. 2015-05-12 15:53:38 -04:00
SetPresentKey.hs
Status.hs
Sync.hs get, move, copy, mirror: Concurrent downloads and uploads are now supported! 2015-04-10 17:08:07 -04:00
Test.hs
TestRemote.hs add filename to progress bar, and display ok/failed at end 2015-04-14 16:35:10 -04:00
TransferInfo.hs
TransferKey.hs Avoid accumulating transfer failure log files unless the assistant is being used. 2015-05-12 15:53:38 -04:00
TransferKeys.hs Avoid accumulating transfer failure log files unless the assistant is being used. 2015-05-12 15:53:38 -04:00
Trust.hs
Unannex.hs
Undo.hs
Ungroup.hs
Uninit.hs
Unlock.hs Take space that will be used by running downloads into account when checking annex.diskreserve. 2015-05-12 15:20:22 -04:00
Untrust.hs
Unused.hs add annex.used-refspec 2015-05-14 15:44:08 -04:00
Upgrade.hs
VAdd.hs
VCycle.hs
Version.hs version: Add --raw 2015-04-02 15:37:39 -04:00
VFilter.hs
Vicfg.hs
View.hs
VPop.hs
Wanted.hs required: New command, like wanted, but for required content. 2015-04-18 16:04:35 -04:00
Watch.hs
WebApp.hs removed all uses of undefined from code base 2015-04-19 00:38:29 -04:00
Whereis.hs --auto is no longer a global option; only get, drop, and copy accept it. 2015-03-25 17:06:14 -04:00
XMPPGit.hs