summaryrefslogtreecommitdiff
path: root/doc/todo/Log_function_to_enumerate_all_recent_git-annex_changes.mdwn
diff options
context:
space:
mode:
authorGravatar baffo32 <baffo32@web>2016-06-17 23:46:34 +0000
committerGravatar admin <admin@branchable.com>2016-06-17 23:46:34 +0000
commit363f09adafe770c98d01ac691001ef6b8fec776e (patch)
tree1befd6975f63e37ee9097ea28f0742779449c760 /doc/todo/Log_function_to_enumerate_all_recent_git-annex_changes.mdwn
parent94c8cb5996d10be3dab72c18d53f222a1ec4093c (diff)
Diffstat (limited to 'doc/todo/Log_function_to_enumerate_all_recent_git-annex_changes.mdwn')
-rw-r--r--doc/todo/Log_function_to_enumerate_all_recent_git-annex_changes.mdwn5
1 files changed, 5 insertions, 0 deletions
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 000000000..fc10c5e60
--- /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.