misc: Add a file to ignore revisions on git blame
Add the file .git-blame-ignore-revs to store the hash of the commits that should be ignored on a git blame. The commit hash should be added after the commit has been merged. New hashes should be added as the first line of the file. Add some initial contents with commits that only fix the style. Usage example: git blame file.py --ignore-revs-file .git-blame-ignore-revs To always ignore from this file on git blames: git config blame.ignoreRevsFile .git-blame-ignore-revs Change-Id: Idd29cb933d4157f1650658acc7efc1bd142fa7c7 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/43594 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
committed by
Daniel Carvalho
parent
3f67faec83
commit
3b8ffa5cca
24
.git-blame-ignore-revs
Normal file
24
.git-blame-ignore-revs
Normal file
@@ -0,0 +1,24 @@
|
||||
b2c0b191e1af24d308b3e33502606dc3d08d2e41
|
||||
7f1de4e686eba3734a5188587c242b6e8efc2e0b
|
||||
7ac67eaf1b01ae8d0d8ebfc83e9fd4e15a7ffaf5
|
||||
2922f763e11d2cfb60d4d403ba649d631829f4c8
|
||||
469f0671d1e23ce82172cb2aff96771e1bfac308
|
||||
122ff006c3c23ca48af84555e622fc1c8cfd257d
|
||||
c8836142807e512beff11e16fbe4cc734c27d66d
|
||||
88a2a18c1c41a12ac5d6b16d554e7301f9d2e27b
|
||||
5a23207ee90033df176c4efcc1491db91ce01970
|
||||
086cc6c89352a80ca300c2325f5c7bdc5caa6300
|
||||
ee0fdc948a4d985c345e6b9c107f4ca27b4f5539
|
||||
bfff0c40df3a198aeef4fd5b0ca5e0b49904e208
|
||||
e5c8f03b21a906c3413d0236f9154690d48741a4
|
||||
be7043f079c9dceb4e8d64fd95daca95ae305937
|
||||
cc0d4a8fd633467952ca7e2c1adcd4ffe508770f
|
||||
a607c250d961b45363b3f3a7c25f37a00c863d17
|
||||
8fceff60c415748f20fe513dfff97fe3a4118d5b
|
||||
fff5b8e7451177322edfe2683313b199a0bdc4da
|
||||
32020236cf9e3c296ebb694f09a765d3b3c2639d
|
||||
c0f4489220ce2f477e17f8552119f56060d42cd0
|
||||
ecd1e05f5725832c2d5dfdc53f4c4100bf763284
|
||||
c3bd8eb1214cbebbc92c7958b80aa06913bce3ba
|
||||
488ded0c8d9e43deef531ad174937982b41f8e4b
|
||||
26e888965d08486aeed7ebb3ef934ceb1a38cd6f
|
||||
Reference in New Issue
Block a user