]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add git-blame-ignore-revs file
authorStephen Finucane <stephen@that.guru>
Tue, 26 Apr 2022 16:07:00 +0000 (17:07 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 26 Apr 2022 16:15:07 +0000 (17:15 +0100)
commit79e6bd1f861713cf598808fffe1f8e71cf43dc8e
tree2900281082304a4ff60ccc9a26a746140c3020c0
parent3da3322ec4f42b58ec8b07108f2dacd33044c73d
Add git-blame-ignore-revs file

This is helpful when using git-blame on files that 'black' heavily
modified back in 2019'ish. While git doesn't specify this name, there
seems to be a general convention around using this. See Django [1] and
Twisted [2], for example.

[1] https://github.com/django/django/blob/main/.git-blame-ignore-revs
[2] https://github.com/twisted/twisted/blob/trunk/.git-blame-ignore-revs

Signed-off-by: Stephen Finucane <stephen@that.guru>
Change-Id: If77288bfebd110fb6aa1c07e7ba2ca33c2fb40cb
.git-blame-ignore-revs [new file with mode: 0644]