From 02cdd59bb6ad86a03b77cead4088d4f31b48d65b Mon Sep 17 00:00:00 2001 From: anarcat Date: Thu, 31 Mar 2016 14:08:03 +0000 Subject: [PATCH] another batch? --- doc/todo/batch_get__47__drop__47__etc.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/batch_get__47__drop__47__etc.mdwn diff --git a/doc/todo/batch_get__47__drop__47__etc.mdwn b/doc/todo/batch_get__47__drop__47__etc.mdwn new file mode 100644 index 0000000000..25da67c96d --- /dev/null +++ b/doc/todo/batch_get__47__drop__47__etc.mdwn @@ -0,0 +1,3 @@ +in the spirit of [[todo/--batch_for_add/]], [[todo/--batch_for_info/]], [[todo/--batch_for_find/]] and [[todo/--batch_for_whereis/]], why not add `--batch` to get/drop/import operations? + +I am writing a script to get a bunch of arbitrary files and i want to avoid the overhead of running git-annex multiple times. I know i can use `annex.alwayscommit=false` but that is rather counter-intuitive as well. --[[anarcat]]