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: Update the git blame revs to ignore.Brian Harring2024-01-241-2/+38
| | | | | | | | | Same as the commits in other pkgcore repos- this is to allow one to peer back through history to see why the !@*# something dumb was done back in the good ole days, and understand the implications of changing it. Signed-off-by: Brian Harring <ferringb@gmail.com>
* Suppress the black reformat commit from git blameArthur Zamarin2023-02-021-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 activated (per repo) via: git config blame.ignoreRevsFile .git-blame-ignore-revs Signed-off-by: Brian Harring <ferringb@gmail.com> Closes: https://github.com/pkgcore/pkgcore/pull/382 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>