File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Ignore large mechanical/style-only commits in git blame. Sorted by oldest to newest.
2+ ae75b32c283cd531a7af38dd9c6fa66d2540109f
3+ db3feba27836691d1c85315c8fcb326d79ecc3a8
Original file line number Diff line number Diff line change @@ -34,8 +34,12 @@ local development environment. Then add this repository as the upstream.
3434git clone https://github.com/mygithuborg/sdk-csharp.git
3535cd sdk-csharp
3636git remote add upstream https://github.com/cloudevents/sdk-csharp.git
37+ git config blame.ignoreRevsFile .git-blame-ignore-revs
3738```
3839
40+ The final command is optional, but recommended. It makes ` git blame ` ignore
41+ mechanical formatting/refactoring commits listed in [ .git-blame-ignore-revs] ( .git-blame-ignore-revs ) .
42+
3943## Branches
4044
4145The first thing you'll need to do is create a branch for your work.
You can’t perform that action at this time.
0 commit comments