mirror of
https://github.com/OpenEtherCATsociety/SOEM.git
synced 2026-09-21 15:13:42 +08:00
Add .git-blame-ignore-revs
Add blame ignore file. This file contains a list of commits to be
ignored for blaming purposes. Set this file as the default ignore file
by running:
$ git config blame.ignoreRevsFile .git-blame-ignore-revs
Change-Id: I30fe644875069b3dbf04da603d110c9873a572d4
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# This file contains a list of commits that are not likely what you
|
||||
# are looking for in a blame, such as mass reformatting or renaming.
|
||||
# You can set this file as a default ignore file for blame by running
|
||||
# the following command.
|
||||
#
|
||||
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
|
||||
|
||||
# Run clang-format on sources
|
||||
27539189f481129b882b941c4b4e19beab156499
|
||||
|
||||
# Refactor repository layout (step 2 of 2)
|
||||
f107f24ba2a9b2a5539c528f722ba281d2943218
|
||||
|
||||
# Refactor repository layout (step 1 of 2)
|
||||
0fd6a6a1e2d8cf6106b4db5962f096773f937494
|
||||
Reference in New Issue
Block a user