git: use standard ignoreRevsFile
This commit is contained in:
parent
a80a0387e0
commit
f57c72bfcc
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue