Add .git-blame-ignore-revs
See https://gist.github.com/kateinoigakukun/b0bc920e587851bfffa98b9e279175f2 This is an experiment to see how well it works with various tooling. I just picked two code style change commits at random:0077c5da15110a5877e9A test case: - run `git config blame.ignoreRevsFile .git-blame-ignore-revs` - run `git blame includes/changetags/ChangeTags.php` - search for 'pass [] or null' You should see it blamed to a commit that actually has 'array() or null'. Change-Id: I38725da46642e630564768cce585a4cca1115e50
This commit is contained in:
parent
cd4c36148f
commit
f495269f74
1 changed files with 3 additions and 0 deletions
3
.git-blame-ignore-revs
Normal file
3
.git-blame-ignore-revs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# mass code style changes - array syntax
|
||||
0077c5da15aab081125ee1c72cc4d95225e4ff5f
|
||||
110a5877e9e6ebe7a6ecd758f5812f32fc4ef57e
|
||||
Loading…
Reference in a new issue