Add .git-blame-ignore-revs support globally.

This commit is contained in:
Gea-Suan Lin
2023-12-23 05:35:46 +08:00
parent 5ebb296d92
commit c0401fc926

View File

@@ -8,6 +8,8 @@
glog = log --decorate --graph glog = log --decorate --graph
st = status -bs st = status -bs
up = "!git remote update -p; git merge --ff-only @{u}" up = "!git remote update -p; git merge --ff-only @{u}"
[blame]
ignoreRevsFile = .git-blame-ignore-revs
[color] [color]
ui = auto ui = auto
[core] [core]