Re: addrev warning

2020-06-08 Thread Richard Levitte
Yes.

I propose telling git to shut up, i.e. FILTER_BRANCH_SQUELCH_WARNING=1
Our use of git-filter-branch isn't one that will generate a gotcha, or
we would have seen that a long time ago...  in other words, we treat
it gently.

I was looking at git-filter-repo, but realised that it's not a
standard git thing, so if we changed addrev to use that instead, we'd
have addrev starting to fail completely for everyone that hasn't
installed that one yet.  I'm not prepared to spring that surprise on
anyone.

Cheers,
Richard

On Mon, 08 Jun 2020 12:16:40 +0200,
Matt Caswell wrote:
> 
> After upgrading Ubuntu over the weekend I'm suddenly seeing this warning
> from addrev. Is anyone else getting this?
> 
> WARNING: git-filter-branch has a glut of gotchas generating mangled history
>rewrites.  Hit Ctrl-C before proceeding to abort, then use an
>alternative filtering tool such as 'git filter-repo'
>(https://github.com/newren/git-filter-repo/) instead.  See the
>filter-branch manual page for more details; to squelch this warning,
>set FILTER_BRANCH_SQUELCH_WARNING=1.
> Proceeding with filter-branch...
> 
> 
> MMatt
> 
-- 
Richard Levitte levi...@openssl.org
OpenSSL Project http://www.openssl.org/~levitte/


Re: addrev warning

2020-06-08 Thread Nicola Tuveri
Yes, I also got that since I updated my git installation from the upstream
source tarball.

With recent versions of git this warning has been showing for months
already, but I don't know enough about it to propose a fix!


Nicola

On Mon, Jun 8, 2020, 12:16 Matt Caswell  wrote:

> After upgrading Ubuntu over the weekend I'm suddenly seeing this warning
> from addrev. Is anyone else getting this?
>
> WARNING: git-filter-branch has a glut of gotchas generating mangled history
>  rewrites.  Hit Ctrl-C before proceeding to abort, then use an
>  alternative filtering tool such as 'git filter-repo'
>  (https://github.com/newren/git-filter-repo/) instead.  See the
>  filter-branch manual page for more details; to squelch this
> warning,
>  set FILTER_BRANCH_SQUELCH_WARNING=1.
> Proceeding with filter-branch...
>
>
> MMatt
>


addrev warning

2020-06-08 Thread Matt Caswell
After upgrading Ubuntu over the weekend I'm suddenly seeing this warning
from addrev. Is anyone else getting this?

WARNING: git-filter-branch has a glut of gotchas generating mangled history
 rewrites.  Hit Ctrl-C before proceeding to abort, then use an
 alternative filtering tool such as 'git filter-repo'
 (https://github.com/newren/git-filter-repo/) instead.  See the
 filter-branch manual page for more details; to squelch this warning,
 set FILTER_BRANCH_SQUELCH_WARNING=1.
Proceeding with filter-branch...


MMatt