commit:     85eb98f8a1ac763822e1819b81e00727a98d4612
Author:     Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Thu Jan 25 01:12:00 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 04:01:52 2024 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=85eb98f8

History: add rev suppression for commits that bulk moved files.

The point here is to be able to pull the full history for a change
rather than losing the thread because folks moved files around.  Some
of this code is old enough to vote, so knowing why something was done
back in py2.2 era matters.

This is also useful for un-obscuring some of the original authors for
double checking no major holder is being dropped.

Signed-off-by: Brian Harring <ferringb <AT> gmail.com>

 .git-blame-ignore-revs | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
index 1e4ba234..c2309bec 100644
--- a/.git-blame-ignore-revs
+++ b/.git-blame-ignore-revs
@@ -2,3 +2,9 @@
 2fbaa7b40c7a6107d3c4b558324e9ba6e8ce1acc
 # Reformat via black-23.1.0
 266d2c7b8b975ccc6361eb47bcab7e73b578a1f6
+# tests being moved into tests/* layout
+69eb509bf9dad811fa7060807c2be4d0570bc7cc
+795d355af19a0440385070b3693b89da33f6e74c
+3db0d6447d8bd7e25bfdd97a31414ea44ef610bf
+# migration of code into src/* layout.
+7df0022b7ebd530a3287fa9677531c49237fba62

Reply via email to