-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains hashes of commits that should be ignored with 'git ignore'. You can ignore commits specified there automatically by running $ git config blame.ignoreRevsFile .git-blame-ignore-revs
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# git blame ignore list | ||
# | ||
# This file contains git hashes of commits to be ignored by git blame. | ||
# These commits are considered not important (in means of "they don't | ||
# change any code logic/abstract syntax tree"). | ||
# | ||
# - Only large global changes should be added to this list. | ||
# - Add comment above every commit hash, preferably with timestamp, | ||
# author and commit title. | ||
# - Append new hashes to the bottom; keep the list chronological. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters