From: Scott Worley Date: Sun, 19 Apr 2026 21:34:12 +0000 (-0700) Subject: Add all ec volumes at once X-Git-Url: http://git.scottworley.com/annex-ec/commitdiff_plain/2b26636b78e27d2467b96fa8c2e688c509955d9d?ds=sidebyside Add all ec volumes at once For efficiency. --- diff --git a/annex-ec b/annex-ec index 9eae125..6602919 100755 --- a/annex-ec +++ b/annex-ec @@ -108,9 +108,9 @@ for f;do i=$((i+1)) done +git annex add ec/"$name.vol"* for f in ec/"$name.vol"*;do target_volume="${volumes[i]}" - git annex add "$f" if [[ "$target_volume" != here ]];then git annex move --to "$target_volume" "$f" fi