diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-15 15:27:17 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-15 15:27:17 -0400 |
commit | 49a55ccd54149793eac0e48b9ab6c724e37fed7b (patch) | |
tree | b17238444387ebc4cf47a752382a368d0aef1a83 /doc/tips | |
parent | 80e608341e2e39f560711f7c9410c619d8f6c1b6 (diff) |
add basic progress
Diffstat (limited to 'doc/tips')
-rwxr-xr-x | doc/tips/automatically_adding_metadata/pre-commit-annex | 1 |
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#* - }" |