diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-02 20:26:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-02 20:26:27 -0400 |
commit | 7c8459c0a7d653772a24d514f4dff4b6ed6cb9fa (patch) | |
tree | 892974c63ae098d3b298c2ebdd101c32ba2f4cab | |
parent | 8e68085d316d7f58b4be4ea7e5b34f6d3ee94991 (diff) |
decruft
-rwxr-xr-x | doc/tips/automatically_adding_metadata/pre-commit-annex | 4 |
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" |