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.
This commit is contained in:
parent
2136534be1
commit
90dd245522
8 changed files with 17 additions and 9 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -2,6 +2,7 @@ git-annex (0.20110602) UNRELEASED; urgency=low
|
|||
|
||||
* Add --numcopies option.
|
||||
* Add --trust, --untrust, and --semitrust options.
|
||||
* get --from is the same as copy --from
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Wed, 01 Jun 2011 16:26:48 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue