mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
b82d9c67db
Add `.git-blame-ignore-revs` file. That way we can accept `fmt` and `clippy` PR's, that change quite a bit of our codebase without negatively impacting the functionality of `git blame`. Anyone wishing to use this file can set: ``` $ git config blame.ignoreRevsFile .git-blame-ignore-revs ```
7 lines
293 B
Plaintext
7 lines
293 B
Plaintext
# This file contains a list of commits that are not likely what you
|
|
# are looking for in a blame, such as mass reformatting or renaming.
|
|
# You can set this file as a default ignore file for blame by running
|
|
# the following command.
|
|
#
|
|
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
|