diff options
author | 2013-10-28 08:38:06 +0000 | |
---|---|---|
committer | 2013-10-28 08:38:06 +0000 | |
commit | 23e249d5883b7a47ffed9cca23c810ee97bbfcfd (patch) | |
tree | efd6bb6b3faf8b92b6a57d16f3a2d34aa3e4ef4d /doc/todo | |
parent | d0a74c62ea1494af214c6c57d0c596cca0b30c95 (diff) |
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/whishlist:_git_annex_drop_--dry-run.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/whishlist:_git_annex_drop_--dry-run.mdwn b/doc/todo/whishlist:_git_annex_drop_--dry-run.mdwn new file mode 100644 index 000000000..0c67d1629 --- /dev/null +++ b/doc/todo/whishlist:_git_annex_drop_--dry-run.mdwn @@ -0,0 +1,3 @@ +It'd be useful to be able to see what `git annex drop` would do *before* asking it to drop any files. + +For example, I just set up my preferred contents expressions, and I don't know if I got them right. Before dropping anything from this repo, it'd be nice to check what would happen. I know git annex drop will only drop files that are above their minimum numcopies, but I'd still like to avoid heavyweight copying in case I got my preferred contents expressions wrong. |