Skip to content

Commit

Permalink
History: add rev suppression for commits that bulk moved files.
Browse files Browse the repository at this point in the history
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@gmail.com>
  • Loading branch information
ferringb committed Jan 25, 2024
1 parent c488f5c commit 85eb98f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 85eb98f

Please sign in to comment.