55# It's supported by Git 2.23 or later and to use it by default for all the
66# future git-blame invocations, run the following command:
77#
8- # git config blame.ignoreRevsFile misc/git/ignore_revs
8+ # git config blame.ignoreRevsFile .git-blame-ignore-revs
9+ #
10+ # When adding entries to this file, please keep them in reverse chronological
11+ # order (the newest ones are added at the top).
12+ #
13+ # You can use
14+ #
15+ # $ git show -s --format='# %s, %cs%n%H%n'
16+ #
17+ # incantation to directly create an entry in the format used here.
18+
19+ # Add missing spaces after compound statement keywords, 2024-12-23
20+ 216232fd7c92d067c21ef28f12d7fc3020441ea8
21+
22+ # Get rid of obsoleted comments, 2023-02-05
23+ 2df05fb915516e0563578e34aec45980be51b1f4
24+
25+ # Code cleanup: wxPGProperty helper classes, 2023-01-06
26+ e43190ea796ac3c1d15c18a88bcf7f3f745bd4bc
27+
28+ # Get rid of commented out code, 2022-10-26
29+ db31a0161503c6ea4cc461f4e10b67830b7d6b52
30+
31+ # Use nullptr instead of NULL in the code and documentation, 2022-10-18
32+ 4f4c5fcfdfe7d1eadce22a68929c82b6cb324075
933
1034# Fix comment typos in sources, 2021-10-02
1135668a2186cd89fd4576bed224df3624811eebeca1
1236
37+ # Wrap variable initializations after '=' consistently, 2019-11-22
38+ 2bc6e50eded2a14099655ce0b4c7df582b87c93a
39+
1340# Remove all trailing spaces, 2019-01-30
14418fbca5cb70c8b647d5bd2cacb1e0a2a00358f351
1542
43+ # Remove more wxT() macros from samples, 2018-09-29
44+ b70ed2d8c84cadf10bd42fc052a255fac02391e4
45+
1646# Remove (most) occurrences of wxT() macro from the samples, 2018-09-23
1747f58ea625968953ca93585ea7f93dcc07ad032d8f
1848
@@ -22,7 +52,7 @@ f58ea625968953ca93585ea7f93dcc07ad032d8f
2252# Remove all lines containing cvs/svn "$Id$" keyword.
23533f66f6a5b3583b02c34854556eb83e3a808524ce
2454
25- # No changes, just removed hard tabs and trailing white space., 2009-08-21)
55+ # No changes, just removed hard tabs and trailing white space., 2009-08-21
265603647350fc7cd141953c72e0284e928847d30f44
2757
2858# Globally replace _T() with wxT()., 2009-07-23
@@ -41,9 +71,15 @@ a3ef8eb50346e04c080ed1711578390080baff8b
4171# classes), gridctrl.cpp (for wxGridCellRenderer-derived classes), 2009-01-11
427229efc6e4a478652d6f59fb3f5ca7990d78a8ead4
4373
74+ # removed trailing whitespace, 2007-11-27
75+ b9db5f3061af49519c56e9981d627a5b206507f3
76+
4477# cleanup - reformatting, 2006-04-20
4578a9339fe22c1815cfbbf2ed9c300c897256644d18
4679
80+ # Source cleaning, warning fixes., 2005-01-13
81+ 2ad1ff540f036e130ed934066b80652c2c5fe158
82+
4783# Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false,
4884# wxEmptyString, tabs and white spaces, 2004-06-17
4985ca65c0440a7163e4e37e48b1c4329709d722db47
0 commit comments