Skip to content

Commit

Permalink
Add .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Sep 15, 2022
1 parent 5528a29 commit f363a81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# file-scoped namespaces and global usings
5528a2923ccc63d776c91994b0b17a2c3ad5be94
d14c82023fc01a6fca99c42212cb3c97991fae9e
0e9a066195a100ae56b4ca49cee9927fb15e1482
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ To clone ImageSharp locally, click the "Clone in [YOUR_OS]" button above or run
git clone https://github.com/SixLabors/ImageSharp
```

Then set the following config to ensure blame commands ignore mass reformatting commits.

```bash
git config blame.ignoreRevsFile .git-blame-ignore-revs
```

If working with Windows please ensure that you have enabled long file paths in git (run as Administrator).

```bash
Expand Down

0 comments on commit f363a81

Please sign in to comment.