feat(git): git-blame respect .git-blame-ignore-revs
This commit is contained in:
@@ -14,3 +14,5 @@
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[alias]
|
||||
blame = "!f() { [ -f .git-blame-ignore-revs ] && git blame --ignore-revs-file .git-blame-ignore-revs \"$@\" || git blame \"$@\"; }; f"
|
||||
|
Reference in New Issue
Block a user