-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy path.git-blame-ignore-revs
More file actions
11 lines (10 loc) · 957 Bytes
/
.git-blame-ignore-revs
File metadata and controls
11 lines (10 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
# This file contains a list of commits that should be ignored by some git commands including `git blame`.
# You may need to enable this feature in your git configuration by running:
# - git config blame.ignoreRevsFile .git-blame-ignore-revs
# Web interfaces of git such as GitHub and GitLab also support this feature.
# Commits that do not add or change any functionality but only reformat the code or fix typos should be added to this file. This way, when you run `git blame` on a file, you won't see these commits and can focus on the commits that actually changed the code.
# The following command can be run to check if any of the commits in this file are missing from the history:
# - for rev in $(grep -vE '^#|^$' .git-blame-ignore-revs); do git rev-parse -q --verify "${rev}^{commit}" >/dev/null || echo "Missing: $rev"; done
fd828b6155b3caf28676b4568065c0911529618b
f4b1931dd80ca8708b7802080eb468d5f7a19bda
683def495afe2567b108fb0de9ad8d3eb1ec43c8