chiark / gitweb /
Add blame-filtering
authorMatthew Vernon <matthewv@chiark.greenend.org.uk>
Wed, 28 Nov 2018 20:36:22 +0000 (20:36 +0000)
committerMatthew Vernon <matthewv@chiark.greenend.org.uk>
Mon, 10 Dec 2018 16:56:37 +0000 (16:56 +0000)
commit0e286a0f217b0a77453eed8b4c8c6278d027b033
tree1cc02a0d827d99980471b752ba4066b4ac74b0a6
parented002d41b120e49e648879975af68d5b8fdd4823
Add blame-filtering

This simply works on the md5 of the offending commit message, and
replaces it with new text.

blame_filter.py is a simple dictionary of md5: replacement pairs; it
is not committed itself (and is ignored by git)
.gitignore
commands.py