git: use standard ignoreRevsFile
This commit is contained in:
parent
a80a0387e0
commit
f57c72bfcc
|
@ -21,3 +21,7 @@
|
||||||
# New repos have a default branch name of "main"
|
# New repos have a default branch name of "main"
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
# Set the default ignoreRevsFile (the one Github recognizes for web blames)
|
||||||
|
[blame]
|
||||||
|
ignoreRevsFile = .git-blame-ignore-revs
|
||||||
|
|
Loading…
Reference in a new issue