From: Ville Syrjälä <[email protected]>

We actually want to use git filter-branch, so make it shut
up and do what it's told.

Signed-off-by: Ville Syrjälä <[email protected]>
---
 dim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dim b/dim
index b335ae44e64f..0862a99c2c71 100755
--- a/dim
+++ b/dim
@@ -1762,7 +1762,7 @@ function dim_extract_tags
 
        tags=$(printf -- "$dim_extract_tags_marker\n%s" "$tags" | escape_quotes)
 
-       git filter-branch -f --msg-filter "cat ; echo \"$tags\"" $range
+       FILTER_BRANCH_SQUELCH_WARNING=1 git filter-branch -f --msg-filter "cat 
; echo \"$tags\"" $range
 }
 
 function dim_extract_queued
-- 
2.26.2

_______________________________________________
dim-tools mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dim-tools

Reply via email to