summaryrefslogtreecommitdiff
path: root/doc/tips/automatically_adding_metadata
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-15 15:27:17 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-15 15:27:17 -0400
commit49a55ccd54149793eac0e48b9ab6c724e37fed7b (patch)
treeb17238444387ebc4cf47a752382a368d0aef1a83 /doc/tips/automatically_adding_metadata
parent80e608341e2e39f560711f7c9410c619d8f6c1b6 (diff)
add basic progress
Diffstat (limited to 'doc/tips/automatically_adding_metadata')
-rwxr-xr-xdoc/tips/automatically_adding_metadata/pre-commit-annex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tips/automatically_adding_metadata/pre-commit-annex b/doc/tips/automatically_adding_metadata/pre-commit-annex
index fe818d032..873284d2c 100755
--- a/doc/tips/automatically_adding_metadata/pre-commit-annex
+++ b/doc/tips/automatically_adding_metadata/pre-commit-annex
@@ -52,6 +52,7 @@ IFS="
process () {
if [ -e "$f" ]; then
+ echo "adding metadata for $f"
for l in $(extract "$f" | egrep "$want"); do
field="${l%% - *}"
value="${l#* - }"