From 1e7bbbad7baddaeb17e3b6f2a886e9483d292acf Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Wed, 8 Apr 2026 08:47:31 -0700 Subject: [PATCH 1/1] Anchor gitattribute paths to current directory --- annex-ec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annex-ec b/annex-ec index a8cf298..9eae125 100755 --- a/annex-ec +++ b/annex-ec @@ -123,7 +123,7 @@ for f;do f=${f//\*/\\*} f=${f//\?/\\?} f=${f// /[[:space:]]} - echo "$f annex.numcopies=1" >> .gitattributes + echo "/$f annex.numcopies=1" >> .gitattributes done for volume in here "${volumes[@]}";do -- 2.51.2