git-annex/Command
Joey Hess 90dd245522 get --from is the same as copy --from
get not honoring --from has surprised me a few times, so least surprise
suggests it should just behave like copy --from. This leaves the difference
between get and copy being that copy always requires the remote to copy
from, while get will decide whether to get a file from a key/value store or
a remote.
2011-06-09 18:54:49 -04:00
..
Add.hs refactor some boilerplate 2011-05-15 02:02:46 -04:00
ConfigList.hs refactor some boilerplate 2011-05-15 02:02:46 -04:00
Copy.hs avoid version check before running version and upgrade commands 2011-03-19 18:58:49 -04:00
Describe.hs better multiword parameter handling 2011-05-16 12:25:54 -04:00
Drop.hs add whenM and unlessM 2011-05-17 03:13:11 -04:00
DropKey.hs refactor some boilerplate 2011-05-15 02:02:46 -04:00
DropUnused.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Find.hs add whenM and unlessM 2011-05-17 03:13:11 -04:00
Fix.hs refactor some boilerplate 2011-05-15 02:02:46 -04:00
FromKey.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Fsck.hs refactor some boilerplate 2011-05-15 02:02:46 -04:00
Get.hs get --from is the same as copy --from 2011-06-09 18:54:49 -04:00
InAnnex.hs refactor some boilerplate 2011-05-15 02:02:46 -04:00
Init.hs better multiword parameter handling 2011-05-16 12:25:54 -04:00
InitRemote.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Lock.hs Fix locking of files with staged changes. 2011-05-31 15:00:56 -04:00
Map.hs simplified a bunch of Maybe handling 2011-05-15 03:38:08 -04:00
Migrate.hs add whenM and unlessM 2011-05-17 03:13:11 -04:00
Move.hs better types allowed breaking module dep loop 2011-06-01 19:11:27 -04:00
PreCommit.hs remove unnecessary imports 2011-06-01 11:53:43 -04:00
RecvKey.hs add whenM and unlessM 2011-05-17 03:13:11 -04:00
Semitrust.hs better multiword parameter handling 2011-05-16 12:25:54 -04:00
SendKey.hs show a warning message when failing to find requested key 2011-05-22 14:03:06 -04:00
SetKey.hs refactor some boilerplate 2011-05-15 02:02:46 -04:00
Status.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Trust.hs better multiword parameter handling 2011-05-16 12:25:54 -04:00
Unannex.hs refactor some boilerplate 2011-05-15 02:02:46 -04:00
Uninit.hs add whenM and unlessM 2011-05-17 03:13:11 -04:00
Unlock.hs add whenM and unlessM 2011-05-17 03:13:11 -04:00
Untrust.hs better multiword parameter handling 2011-05-16 12:25:54 -04:00
Unused.hs unused --from . checks local repo, for consistency 2011-05-28 22:37:17 -04:00
Upgrade.hs refactor some boilerplate 2011-05-15 02:02:46 -04:00
Version.hs refactor some boilerplate 2011-05-15 02:02:46 -04:00
Whereis.hs refactor some boilerplate 2011-05-15 02:02:46 -04:00