forked from queens-py/queens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.git-blame-ignore-revs
45 lines (45 loc) · 2.14 KB
/
.git-blame-ignore-revs
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# git blame main ignore list.
#
# This file contains a list of git hashes of revisions to be ignored by git
# blame. These revisions are considered "unimportant" in
# that they are unlikely to be what you are interested in when blaming.
#
# Instructions:
# - Only large (generally automated) reformatting or renaming CLs should be
# added to this list. Do not put things here just because you feel they are
# trivial or unimportant. If in doubt, do not put it on this list.
# - Precede each revision with a comment containing the first line of its log.
# For bulk work over many commits, place all commits in a block with a single
# comment at the top describing the work done in those commits.
# - Only put full 40-character hashes on this list (not short hashes or any
# other revision reference).
# - Append to the bottom of the file (revisions should be in chronological order
# from oldest to newest).
# - Because you must use a hash, you need to append to this list in a follow-up
# CL to the actual reformatting CL that you are trying to ignore.
# Black formatter
79ddf5208b88f51dd5d48c221e0eeb6af98a540d
7686288f1447c5e4452eb2e96c354e3ad103de4f
acf40939b96f70de40d24aa3b5679ea79c323a35
1cd6b90a7d3a1851f0ac4d3ff7c8500dd16ab522
6ba2fa5b1847c8bd5b25dc426af8dad73b913d6a
95f9bb7665ebc10dadecb2dbfccf9d8800c72672
cc3631dad3d788a1827a7e979261f9d4238da5db
# Black formatter and fix line-too-long errors
73384977138f849267aa8c979993665992469086
# unify line separators to LF (unix and macOS)
15ca4c0c36e83bd4ad0634981a095b53997c2285
# Black formatter
6bfd09f725aeacad532dce0a3de6c1f1d24c517e
# Black formatter (new version), isort, docformatter
edd78822daaa1638b5efd8477e131088c0942a7d
# Restructuring queens repository
ae98261320487d7a32e4557553e52d9463e0678f
# Black formatter (new version) blank line after moduel docstring
400ffd8e0dd4bc25c01f557cc34d6fe31b8a9a18
# Black formatter (new version) blank line after moduel docstring, reapplied for MR694
5f40982bdaa7dcf24f80e3372d6980250e0491b2
# Apply string normalization of black formatter to code base
bca2e54a0b42ce0b1a639e2ed42fbbcf0dc30bf0
# Add license and copyright header
c952316244d961ed4177cce2f6bf9eef46d4fde5