0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 11:42:15 +02:00

Add .git-blame-ignore-revs

This file will help reading through git blame and similar outputs, as
listed commit references will be ignored/skipped.  This file will
typically contain commits related to code style changes and similar
changes.  This way the code style commits will not add confusion to who
did a certain change.

Signed-off-by: David Sommerseth <davids@openvpn.net>
This commit is contained in:
David Sommerseth 2023-01-25 13:13:39 +01:00
parent dde1574596
commit df01679cf0
No known key found for this signature in database
GPG Key ID: 86CF944C9671FDF2

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

@ -0,0 +1,9 @@
# This FILE allows git blame to ignore reformatting changes and instead
# shows the previous commit that changed the line.
#
# Use the command below to always ignore specific commits
#
# git config blame.ignoreRevsFile .git-blame-ignore-revs
# First major code style update
dde1574596aa39e218be4d44a9bfe30e2e458bb4