Daniel Carvalho has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/43594 )

Change subject: misc: Add a file to ignore revisions on git blame
......................................................................

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 <oda...@yahoo.com.br>
---
A .git-blame-ignore-revs
1 file changed, 24 insertions(+), 0 deletions(-)



diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
new file mode 100644
index 0000000..b94899f
--- /dev/null
+++ b/.git-blame-ignore-revs
@@ -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

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/43594
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Idd29cb933d4157f1650658acc7efc1bd142fa7c7
Gerrit-Change-Number: 43594
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Carvalho <oda...@yahoo.com.br>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to