Skip to content

Commit f363a81

Browse files
Add .git-blame-ignore-revs
1 parent 5528a29 commit f363a81

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: .git-blame-ignore-revs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# file-scoped namespaces and global usings
2+
5528a2923ccc63d776c91994b0b17a2c3ad5be94
3+
d14c82023fc01a6fca99c42212cb3c97991fae9e
4+
0e9a066195a100ae56b4ca49cee9927fb15e1482

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ To clone ImageSharp locally, click the "Clone in [YOUR_OS]" button above or run
7777
git clone https://github.com/SixLabors/ImageSharp
7878
```
7979

80+
Then set the following config to ensure blame commands ignore mass reformatting commits.
81+
82+
```bash
83+
git config blame.ignoreRevsFile .git-blame-ignore-revs
84+
```
85+
8086
If working with Windows please ensure that you have enabled long file paths in git (run as Administrator).
8187

8288
```bash

0 commit comments

Comments
 (0)