diff --git a/doc/todo/Log_function_to_enumerate_all_recent_git-annex_changes.mdwn b/doc/todo/Log_function_to_enumerate_all_recent_git-annex_changes.mdwn new file mode 100644 index 0000000000..fc10c5e600 --- /dev/null +++ b/doc/todo/Log_function_to_enumerate_all_recent_git-annex_changes.mdwn @@ -0,0 +1,5 @@ +It would be great to have something to call in post-update-annex which would give a list of all new and lost files given in the update. + +This could be `git annex log --all --max-count=1` or somesuch. + +This capability could alternatively be provided with a new post-transfer hook, called for every file.