The branch master has been updated
       via  bd6c6f78c080744a0092f04c04b7a38121ddcff3 (commit)
      from  51ba5bc2c18780f94136c71800afc3cf8fd32d40 (commit)


- Log -----------------------------------------------------------------
commit bd6c6f78c080744a0092f04c04b7a38121ddcff3
Author: Tomas Mraz <tm...@fedoraproject.org>
Date:   Thu Jan 7 10:01:04 2021 +0100

    addrev: Silence the git filter-branch warning message
    
    Reviewed-by: Matt Caswell <m...@openssl.org>
    Reviewed-by: Paul Dale <paul.d...@oracle.com>
    (Merged from https://github.com/openssl/tools/pull/81)

-----------------------------------------------------------------------

Summary of changes:
 review-tools/addrev | 1 +
 1 file changed, 1 insertion(+)

diff --git a/review-tools/addrev b/review-tools/addrev
index aa5215a..8f28b02 100755
--- a/review-tools/addrev
+++ b/review-tools/addrev
@@ -82,6 +82,7 @@ if ($useself) {
 }
 
 my $err = "/tmp/addrev$$";
+$ENV{FILTER_BRANCH_SQUELCH_WARNING} = 1;
 system("git filter-branch -f --tag-name-filter cat --msg-filter \"gitaddrev 
$args\" $filterargs || (echo addrev failed; exit 1)");
 die if $?;
 

Reply via email to