Re: [Koha-devel] Replace git-filter-branch with git-filter-repo

2022-06-16 Thread Julian Maurice
Hi, Just to add another way of doing it without installing a new tool: I use `git rebase -x "git signoff" HEAD~` signoff is an alias to 'commit --amend -s --no-edit' I didn't time it, but it always takes less than a second So, to have the same 'so' alias: so = "!f() { git rebase -x 'git

[Koha-devel] Replace git-filter-branch with git-filter-repo

2022-06-16 Thread Jonathan Druart
Hi devs, [I sent this on Aug 26th 2021 but it never reached the list!] You may have seen the following warning when signing off on patches using the git alias """ WARNING: git-filter-branch has a glut of gotchas generating mangled history rewrites. Hit Ctrl-C before proceeding to