summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdoc/tips/automatically_adding_metadata/pre-commit-annex4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/tips/automatically_adding_metadata/pre-commit-annex b/doc/tips/automatically_adding_metadata/pre-commit-annex
index 4897493cf..f300bd731 100755
--- a/doc/tips/automatically_adding_metadata/pre-commit-annex
+++ b/doc/tips/automatically_adding_metadata/pre-commit-annex
@@ -23,10 +23,6 @@ case "$(git config --bool metadata.overwrite || true)" in
;;
esac
-# By default, any existing metadata git-annex has stored is not overwritten
-# with metadata taken from files. Uncomment this to enable.
-#overwrite_metadata=1
-
addmeta () {
file="$1"
field="$2"