mirror of
https://github.com/amnezia-vpn/openvpn3.git
synced 2026-05-17 00:16:12 +03:00
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>
10 lines
318 B
Plaintext
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
|