Commit graph

2 commits

Author SHA1 Message Date
Kelvin M. Klann
32de609fcf .git-blame-ignore-revs: add revert of allow/deny move
Add commit f43382f1e ("Revert "move whitelist/blacklist to allow/deny"")
from PR #4410.

As mentioned on commit b023b9a6f ("Exclude allow/deny move in profile
from git blame") / PR #4390, commit fe0f975f4 ("move whitelist/blacklist
to allow/deny") "is just a huge rename", and so is the revert of it.

Note that there is a follow-up to f43382f1e: commit 2e4d52ec6 ("Revert
allow/deny additional files") (sort of related to #4421).  It renames a
bit too much, which is later fixed by commit 3836131f3 ("Fix zim and
rednotebook").  Since these are small changes and since they involve
regressions, neither commit is added.
2021-08-27 07:39:09 -03:00
rusty-snake
b023b9a6f2 Exclude allow/deny move in profile from git blame
fe0f975f44 (move whitelist/blacklist to
allow/deny) is just a huge rename w/o effects to the profile. Ignoreing
it in git blame to see which commits actually added/changed a
allow/nodeny command.

Configure git to use .git-blame-ignore-revs:

    git config blame.ignoreRevsFile .git-blame-ignore-revs
2021-07-07 12:28:30 +02:00