mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-04 19:08:23 +00:00
general: add ignore-revs file
Since version 2.23 git supports specifying certain commits to be ignored during attributing line changes to commits via `git blame --ignore-revs-file <file>`. This adds such a file that contains an uncrustify commit that touches multiple lines throughout the whole codebase.
This commit is contained in:
parent
3c6e108496
commit
b92bea59b4
1 changed files with 7 additions and 0 deletions
7
.git-blame-ignore-revs
Normal file
7
.git-blame-ignore-revs
Normal file
|
@ -0,0 +1,7 @@
|
|||
# uncrustify runs (reformatting)
|
||||
52d960542b4d5fdf2bd06735d0dbf7934cf2ec12
|
||||
fd2e7dfdead8e9046884ca21dcad034e160dae68
|
||||
24ced54ee43854104a62d81e4ec30480bd0f1f3c
|
||||
995fad689367ff71d1104709d0b9bdee0482324a
|
||||
838691f27a78aa52e5dded5dc13867ebf4746a1c
|
||||
b6ebffd567d870f57db8266d01e25642c4c2862f
|
Loading…
Reference in a new issue