mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-06-16 03:28:23 +02:00
Add .git-blame-ignore-revs to ignore the clang-format commit
Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/384>
This commit is contained in:
parent
a6028a7b87
commit
abac405f2a
1 changed files with 15 additions and 0 deletions
15
.git-blame-ignore-revs
Normal file
15
.git-blame-ignore-revs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# This file contains revisions to be ignored by git blame.
|
||||
# These revisions are expected to be formatting-only changes.
|
||||
#
|
||||
# Calling `git blame --ignore-revs-file .git-blame-ignore-revs` will
|
||||
# tell git blame to ignore changes made by these revisions when assigning
|
||||
# assigning blame, as if the change never happened.
|
||||
#
|
||||
# You can enable this as a default for your local repository by running
|
||||
# `git config blame.ignoreRevsFile .git-blame-ignore-revs`
|
||||
# Important: if you do this, then switch to a branch without this file,
|
||||
# `git blame` will fail with an error.
|
||||
#
|
||||
|
||||
# Format the code with clang-format
|
||||
a6028a7b87c0e64735b0269a8533ad46471245a9
|
||||
Loading…
Add table
Reference in a new issue