diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-08-18 13:54:07 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-08-18 13:54:07 +0200 |
commit | d1ddb77d7288d1738e19c2650f4f9113521d451e (patch) | |
tree | 856a4b353f50db71dcd66b939681aa09e44e1db4 /.git-blame-ignore-revs | |
parent | Merge pull request #6724 from Niral-Networks/niral_dev_vrf_isis_core_pr4 (diff) | |
download | frr-d1ddb77d7288d1738e19c2650f4f9113521d451e.tar.xz frr-d1ddb77d7288d1738e19c2650f4f9113521d451e.zip |
*: Give git a clue about our whitespace changes
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>
Diffstat (limited to '.git-blame-ignore-revs')
-rw-r--r-- | .git-blame-ignore-revs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 000000000..e8a364050 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1 @@ +d62a17aedeb0eebdba98238874bb13d62c48dbf9 |