diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck <Jim@web> | 2011-10-27 16:31:15 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-10-27 16:31:15 +0000 |
commit | c3df1c82b9b5bbc67a845667895adf0ca94ac6dd (patch) | |
tree | 87597bfc4c2791c21e44f1ad160d91da34343f04 /doc | |
parent | c5c682c131ece6e4c05e86206f01838c6abe2f0d (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/wishlist:_support_drop__44___find_on_special_remotes.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/wishlist:_support_drop__44___find_on_special_remotes.mdwn b/doc/bugs/wishlist:_support_drop__44___find_on_special_remotes.mdwn new file mode 100644 index 000000000..2dc735e99 --- /dev/null +++ b/doc/bugs/wishlist:_support_drop__44___find_on_special_remotes.mdwn @@ -0,0 +1,6 @@ +Currently there is no way to drop files, or list what files are available, on a special remote. +It would be good if "git annex drop" and "git annex find" supported the --from argument. + +For commands that don't support the --from argument, it would also be nice to print an error. +Currently running "git annex drop --from usbdrive" doesn't behave as hoped and instead drops +all content from the local annex. |