Skip to content

Commit

Permalink
Engineering - Rename .git-blame-ignore to .git-blame-ignore-revs (#19…
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Oct 27, 2023
1 parent 6cfa090 commit f0fad06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .git-blame-ignore → .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt
# https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view

# mjbvz: Fix spacing
13f4f052582bcec3d6c6c6a70d995c9dee2cac13
Expand All @@ -23,6 +24,5 @@ ae1452eea678f5266ef513f22dacebb90955d6c9
a3cb14be7f2cceadb17adf843675b1a59537dbbd
ee1655a82ebdfd38bf8792088a6602c69f7bbd94


# jrieken: new eslint-rule
4a130c40ed876644ed8af2943809d08221375408
2 changes: 1 addition & 1 deletion build/npm/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ for (let dir of dirs) {
}

cp.execSync('git config pull.rebase merges');
cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore');
cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore-revs');

0 comments on commit f0fad06

Please sign in to comment.