summaryrefslogtreecommitdiff
path: root/.git-blame-ignore-revs
AgeCommit message (Collapse)Author
2021-05-11tools: Ignore mass renaming of topotests for git blameDonatas Abraitis
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
2021-03-17build: put macro-semicolon bits into ignore-revsDavid Lamparter
Signed-off-by: David Lamparter <equinox@diac24.net>
2021-02-16*: Add another commit to .git-blame-ignore-revsDonald Sharp
Commit: 996c93142d3abfab0f6d6c800474e22a8cfbdbc5 is a bit of a reformat and the .git-blame-ignore-revs is missing this commit. Add it to it. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2020-12-17.git-blame-ignore-revs: update for tests reformatQuentin Young
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2020-10-13*: Consolidate on first git blame ignore revsDonald Sharp
The file .git-blame-ignore-revs was put first into the system and is what was advertised in multiple places. Since .ignore-revs was just created and no announcement was made about the creation, let's consolidate onto the first one created. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2020-08-18*: Give git a clue about our whitespace changesDonald Sharp
If you issue this command: `git config blame.ignoreRevsFile .git-blame-ignore-revs` Then when you do a git blame XXX, git will ignore the whitespace changes we made in mass. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>