forked from multitheftauto/mtasa-blue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.git-blame-ignore-revs
93 lines (82 loc) · 2.89 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
# 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