Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: Consolidate on first git blame ignore revs | Donald Sharp | 2020-10-13 | 1 | -0/+11 |
| | | | | | | | | | | 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> | ||||
* | *: Give git a clue about our whitespace changes | Donald Sharp | 2020-08-18 | 1 | -0/+1 |
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> |