From a14ed4b2f9ea4576c4f27fcec608821019b95b5f Mon Sep 17 00:00:00 2001 From: baffo32 Date: Fri, 17 Jun 2016 23:46:34 +0000 Subject: [PATCH] --- ...g_function_to_enumerate_all_recent_git-annex_changes.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/todo/Log_function_to_enumerate_all_recent_git-annex_changes.mdwn 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.