1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-21 09:34:19 +03:00

Add a git-blame-ignore-revs file

'git blame' can ignore certain revisions when annotating, e.g. revisions that just reformatting.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Mar  3 02:02:51 UTC 2023 on atb-devel-224
This commit is contained in:
Jelmer Vernooij 2023-01-28 20:30:24 +00:00 committed by Andrew Bartlett
parent 8e830d7608
commit c28f61b6bb

9
.git-blame-ignore-revs Normal file
View File

@ -0,0 +1,9 @@
# This file contains a list of git revisions that "git blame" should ignore.
# It's mostly useful to ignore commits that just do reformatting.
# See https://michaelheap.com/git-ignore-rev/
# To use locally, run:
# git config --global blame.ignoreRevsFile .git-blame-ignore-revs
bfa9624946a35e5645effbb20e02abba2c34a8c2