forked from multitheftauto/mtasa-blue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.git-blame-ignore-revs
171 lines (147 loc) · 5.39 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# 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.
9f69b979c4ea825731a2c3102c6b707a58b7e356
# Author: ccw808 <[email protected]>
# Date: Wed Apr 28 22:29:05 2010 +0000
#
# Reverted r1551 "Set property 'svn:eol-style native' on all non binary files"
2c1bd0ba585d74486e6724d56a10c0477bf2b559
# Author: Qais Patankar <[email protected]>
# Date: Sun Jul 31 23:35:22 2016 +0100
#
# Remove shared_logic (#55)
da1709db93d060215067cad60533f621012cf2a2
# Author: sbx320 <[email protected]>
# Date: Fri Sep 16 00:14:55 2016 +0200
#
# Cleaned up some parts of client deathmatch
#
# This commit mainly replaces iterator for loops with C++11 range based for loops for improved code readability
c2caf8b8b95eb328a5fb24e29e8dcbfaf0362dfb
# Author: Jusonex <[email protected]>
# Date: Mon Oct 10 21:03:37 2016 +0200
#
# Revert "Cleaned up some parts of client deathmatch"
#
# This reverts commit da1709db93d060215067cad60533f621012cf2a2.
c39e2cbf9ef355e8720d98c7de7cda93fc25d735
# Author: ccw808 <[email protected]>
# Date: Mon Mar 12 17:11:00 2018 +0000
#
# Applied source formatting. See utils\win-apply-clang-format.bat
ed77b94e1ec7715b8a6fcb5430036be3625f9d5a
# Author: ccw808 <[email protected]>
# Date: Wed May 30 21:55:12 2018 +0100
#
# Applied source formatting
b4dc8b6495f652b56ac7d71fdf53099e50a8e74a
# Author: Marek Kulik <[email protected]>
# Date: Sun Sep 30 14:25:20 2018 +0200
#
# Apply automatic code-formatting
e11685cab4beb7958ab202261f9c9d9b4ce71e58
# Author: Marek Kulik <[email protected]>
# Date: Sun Jan 13 21:04:27 2019 +0100
#
# Replace (void) with () (PR #771)
eefde6d95260aef53308baa7fb1e59cf24522cd9
# Author: Marek Kulik <[email protected]>
# Date: Wed Apr 1 16:55:42 2020 +0200
#
# Enable every entry in .gitattributes
#
# - Mark .git-blame-ignore-revs as export-ignore
15b2ec72367c1a4226b5afebb7d38b113ca34022
# Author: Qais Patankar <[email protected]>
# Date: Thu Apr 2 11:25:58 2020 +0100
#
# Convert vendor line endings to LF
927509565ab3a8d48df006440654c38e0942aa89
# Author: Qais Patankar <[email protected]>
# Date: Thu Apr 2 12:03:34 2020 +0100
#
# Convert more line endings to LF
6c29e89e4f79c2d88ad77f1e4763e6c62b6095e2
# Author: patrikjuvonen <[email protected]>
# Date: Sun Jan 17 13:23:58 2021 +0200
#
# Run clang-format (PR #2013)
25d9ba3d30c618ba41c06201f697c69ac9e33f7e
# Author: patrikjuvonen <[email protected]>
# Date: Sat Sep 25 15:05:27 2021 +0300
#
# Run clang-format
d5b9a56ac1d1d4c156ef80cd3ec5ed4fc2c65c33
# Author: patrikjuvonen <[email protected]>
# Date: Sat Sep 25 15:56:03 2021 +0300
#
# Addendum to 25d9ba3: Run clang-format again
8e3e3b8b351934b48f9b1c530aca33b1140ed6fc
# Author: patrikjuvonen <[email protected]>
# Date: Sat Sep 25 15:56:40 2021 +0300
#
# Addendum to 25d9ba3: Fix build error
30639d61ca3e7783a693fe4d8206d6d604b338bd
# Author: Patrik Juvonen <[email protected]>
# Date: Mon Sep 27 00:43:44 2021 +0300
#
# Revert "update BASS libraries (#2377)"
898fcaf6c879d4c4c7e9a786b3d87216b09376e2
# Author: Patrik Juvonen <[email protected]>
# Date: Mon Sep 27 01:11:05 2021 +0300
#
# Revert "Add SVG support (lunasvg) (#2026)"
fba4ee41a9eb31ae3bf9c85afc0db4807915c18f
# Author: Patrik Juvonen <[email protected]>
# Date: Mon Sep 27 01:34:49 2021 +0300
#
# Revert "Revert "update BASS libraries (#2377)""
6f09a0a99e0b2eded7cd73f18aa5f1fe4c47ada8
# Author: patrikjuvonen <[email protected]>
# Date: Mon Sep 27 16:25:25 2021 +0300
#
# Revert "Run clang-format"
7d055fbcaf70e11bf3940a81845afa8ad997c4a3
# Author: patrikjuvonen <[email protected]>
# Date: Mon Sep 27 16:29:32 2021 +0300
#
# Revert "Revert "Add SVG support (lunasvg) (#2026)""
a02c4b3a71b5a6e9d77ba849edd14a8048256120
# Author: patrikjuvonen <[email protected]>
# Date: Mon Sep 27 17:02:43 2021 +0300
#
# Revert "Revert "Revert "Add SVG support (lunasvg) (#2026)"""
16769b8d1c94e2b9fe6323dcba46d1305f87a190
# Author: patrikjuvonen <[email protected]>
# Date: Mon Sep 27 17:57:32 2021 +0300
#
# Revert "Revert "Run clang-format""
652bda2d87d78b93516d8320a659353d517ce5d4
# Author: patrikjuvonen <[email protected]>
# Date: Sun Jan 9 15:07:20 2022 +0200
#
# Run clang-format
8931b796ea60c4b32422bba986529e39fb2737b5
# Author: patrikjuvonen <[email protected]>
# Date: Sun Jan 9 15:36:06 2022 +0200
#
# Run clang-format