forked from pass-culture/pass-culture-main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.git-blame-ignore-revs
35 lines (29 loc) · 1.01 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
# Since version 2.23, git-blame has a feature to ignore or bypass
# certain commits.
#
# 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
#
# ... or by configuring it in your local or global Git configuration
# file:
#
# [blame]
# ignoreRevsFile = .git-blame-ignore-revs
# Introduction of the pcapi Python package: all code (except tests) is
# moved to a new src/pcapi directory, all internal import statements
# are updated, etc.
9900cd1425ccc710532b51b35b213d79e418afde
# Apply isort to project
02f7890c499f7dfde483ea264fb2c9a234e68063
# Apply black to project
4253ef63670379894d1db7b21de23072e79ac23e
# Move folders to api
5e1c07945173f8f909fe917f5da4a314e12d26a4
# Apply stylelint
7987d35f4471ca652713628135a0c4faff0f14c2
# Fix eslint
f86a69ee7190c96f46af70251313bcf29d1e0ec2