aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* git-blame-ignore-revs: ignore black 24 formatArthur Zamarin2024-01-261-0/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* History: add rev suppression for commits that bulk moved files.Brian Harring2024-01-241-0/+6
| | | | | | | | | | | | 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>
* Suppress git blame for reformatArthur Zamarin2023-03-241-0/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Suppress the black reformat commit from git blameBrian Harring2022-12-251-0/+2
This can be activate (per repo) via: git config blame.ignoreRevsFile .git-blame-ignore-revs Signed-off-by: Brian Harring <ferringb@gmail.com> Closes: https://github.com/pkgcore/snakeoil/pull/95 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>