From f1e098d3d5cd9f5ac03616b830a2525066b8ee6c Mon Sep 17 00:00:00 2001 From: Ed Gomoliako Date: Fri, 15 Apr 2022 16:31:24 +0200 Subject: [PATCH] Add FILTER_BRANCH_SQUELCH_WARNING=1 envvar export to disable git filter-branch warning that affects script performance --- git-redate | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git-redate b/git-redate index 066fd95..0b1b58f 100755 --- a/git-redate +++ b/git-redate @@ -174,6 +174,8 @@ END done < $tmpfile +export FILTER_BRANCH_SQUELCH_WARNING=1 + ITERATOR=0 for each in "${COLLECTION[@]}" do