git-annex/Command
Joey Hess e47d1fd43e add error for move --auto
It probably does not make sense to enable auto mode for move. I cannot
think of a situation where it would make sense to try to use it.

A hypothetical auto mode for move would only differ from a normal
move in one case -- when both repositories have a file, move deletes it
from one, and this reduces the number of copies. So an auto mode would
either only let move work in that situation, or avoid removing the file
in that situation, depending on the number of copies. This would be
complex to implement, and is perhaps not a very obvious behavior.

The error is a good thing to have, so users don't expect it to do something
it does not.
2011-09-15 15:33:20 -04:00
..
Add.hs clean up params in usage display 2011-09-15 14:33:37 -04:00
AddUrl.hs fix synopsis 2011-09-15 12:36:27 -04:00
ConfigList.hs git-annex-shell configlist should not be standalone 2011-08-17 14:44:31 -04:00
Copy.hs copy --auto 2011-09-15 15:28:58 -04:00
Describe.hs improve bare repo handing 2011-06-22 18:32:41 -04:00
Drop.hs clean up params in usage display 2011-09-15 14:33:37 -04:00
DropKey.hs add web special remote 2011-07-01 15:30:42 -04:00
DropUnused.hs split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00
Find.hs clean up params in usage display 2011-09-15 14:33:37 -04:00
Fix.hs clean up params in usage display 2011-09-15 14:33:37 -04:00
FromKey.hs split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00
Fsck.hs clean up params in usage display 2011-09-15 14:33:37 -04:00
Get.hs comment 2011-09-15 14:34:15 -04:00
InAnnex.hs finished hlint pass 2011-07-15 12:47:14 -04:00
Init.hs generalize quiet flag to output type 2011-09-01 13:35:07 -04:00
InitRemote.hs finished hlint pass 2011-07-15 12:47:14 -04:00
Lock.hs clean up params in usage display 2011-09-15 14:33:37 -04:00
Map.hs split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00
Merge.hs shorten synopsis 2011-09-14 13:32:46 -04:00
Migrate.hs clean up params in usage display 2011-09-15 14:33:37 -04:00
Move.hs add error for move --auto 2011-09-15 15:33:20 -04:00
PreCommit.hs clean up params in usage display 2011-09-15 14:33:37 -04:00
RecvKey.hs split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00
Semitrust.hs improve bare repo handing 2011-06-22 18:32:41 -04:00
SendKey.hs split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00
SetKey.hs split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00
Status.hs code simplification thanks to applicative functors 2011-08-25 01:27:19 -04:00
Trust.hs improve bare repo handing 2011-06-22 18:32:41 -04:00
Unannex.hs clean up params in usage display 2011-09-15 14:33:37 -04:00
Uninit.hs clean up params in usage display 2011-09-15 14:33:37 -04:00
Unlock.hs clean up params in usage display 2011-09-15 14:33:37 -04:00
Untrust.hs improve bare repo handing 2011-06-22 18:32:41 -04:00
Unused.hs more newline fixes 2011-09-09 01:45:41 -04:00
Upgrade.hs v3 upgrade code works 2011-06-23 02:30:20 -04:00
Version.hs moved files around 2011-08-20 16:11:42 -04:00
Whereis.hs clean up params in usage display 2011-09-15 14:33:37 -04:00