mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Introduce .git-blame-ignore-revs
The .git-blame-ignore-revs allows easy filtering out large commits from calls to git blame. This can be configured frome the git command line via the following: git config blame.ignoreRevsFile .git-blame-ignore-revs
This commit is contained in:
parent
01820d3ed9
commit
91927abc0b
2 changed files with 26 additions and 1 deletions
11
.git-blame-ignore-revs
Normal file
11
.git-blame-ignore-revs
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Normalize line endings and whitespace
|
||||
ddd1e30018e74ad293cda0635018d636a6657f57
|
||||
|
||||
# Convert tabs to spaces (4)
|
||||
8c77117c32e49a5070cd85e8920c36723997e465
|
||||
|
||||
# Apply uncrustify rules
|
||||
587a83d647619bb0a508661c7bb4d6df89851582
|
||||
2c530ba5c352fdf420d1b13709a3970f04e9e6c6
|
||||
718178c68a1c863dd1a2eac7aea326a789d3bc52
|
||||
a5dbc2b1de17e5468420d5a928d7392d799780e2
|
Loading…
Add table
Add a link
Reference in a new issue