0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-19 19:52:15 +02:00
openvpn3/.git-blame-ignore-revs
David Sommerseth df01679cf0
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>
2023-01-25 13:13:39 +01:00

10 lines
318 B
Plaintext

# 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