-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy path.git-blame-ignore-revs
More file actions
28 lines (27 loc) · 1013 Bytes
/
Copy path.git-blame-ignore-revs
File metadata and controls
28 lines (27 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file contains a list of commits with
# mass changes for exclusion by `git blame`.
#
# Passing `--ignore-revs-file .git-blame-ignore-revs` as a flag will
# tell git to "ignore changes made by the revision when assigning
# blame, as if the change never happened".
#
# For example:
# git blame --ignore-revs-file .git-blame-ignore-revs ...
#
# For extra hot sauce, ignore white space changes too:
# git blame -w --ignore-revs-file .git-blame-ignore-revs ...
#
# You can make this a default for your repo using:
# git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# Also, if you use the GitLens extension for Visual Studio Code, you
# can add "-w" as a value to "gitlens.advanced.blame.customArguments".
#
# Note that `git blame` does not use any file by default, and
# the filename `.git-blame-ignore-revs` is just a convention.
299c8db5dd9b59cfe450cb7dc425205406acf015
# Author: xtaodada <xtao@xtaolink.cn>
# Date: Tue Aug 13 18:38:13 2024 +0800
#
# :lipstick: Format with black 24.x.x
#