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-revspull/580/head
parent
01820d3ed9
commit
91927abc0b
@ -0,0 +1,11 @@
|
||||
# Normalize line endings and whitespace
|
||||
ddd1e30018e74ad293cda0635018d636a6657f57
|
||||
|
||||
# Convert tabs to spaces (4)
|
||||
8c77117c32e49a5070cd85e8920c36723997e465
|
||||
|
||||
# Apply uncrustify rules
|
||||
587a83d647619bb0a508661c7bb4d6df89851582
|
||||
2c530ba5c352fdf420d1b13709a3970f04e9e6c6
|
||||
718178c68a1c863dd1a2eac7aea326a789d3bc52
|
||||
a5dbc2b1de17e5468420d5a928d7392d799780e2
|
Loading…
Reference in New Issue