Compare commits

..

1 commit

Author SHA1 Message Date
Simon Bruder 881b1180d0 Add note on filtering 2023-05-09 23:12:50 +02:00
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,7 @@ The repository `ecg-prog-filtered` only includes files solely written by me.
It is filtered with the `./filter.sh` script.
Please **dont** rely on the history of this repository,
as rewriting is part of how it can exist.
See [Licence](#Licence) for more information on the licencing.
See [Licences](#Licences) for more information on the licencing.
If you want access to all of my solutions,
please write me an email (or contact me in another way),

View file

@ -4,6 +4,5 @@ set -euo pipefail
export FILTER_BRANCH_SQUELCH_WARNING=1
git branch -D filtered
git switch -c filtered
git branch -u filtered/filtered
git filter-branch -f --tree-filter "rm -f $(rg --files-without-match 'SPDX-License-Identifier: (L)?GPL-3.0-or-later' -g '/u??/**/*' | tr '\n' ' ')" HEAD
git switch -