Christian Brabandt | 8854244 | 2024-11-02 16:29:55 +0100 | [diff] [blame] | 1 | # When making commits that are strictly formatting/style changes, add the |
| 2 | # commit hash here, so git blame can ignore the change. See docs for more details: |
| 3 | # |
| 4 | # https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile |
| 5 | # |
| 6 | # Run this command to always ignore formatting commits in git blame |
| 7 | # git config blame.ignoreRevsFile .git-blame-ignore-revs |
Christian Brabandt | 07c9ab8 | 2024-11-08 12:42:51 +0100 | [diff] [blame] | 8 | |
| 9 | # Patch v9.1.0829 expanded tabs to spaces in sound.c |
| 10 | 8ce738de3fd7192fa6274730594305cde780074c |
Christian Brabandt | fa41a3e | 2024-11-19 22:58:40 +0100 | [diff] [blame] | 11 | # Patch v9.1.0879 reformated sound.c and sign.c |
| 12 | 3cf094edaff815141d9941b8dba52b9e77d8dfc1 |
Christian Brabandt | 83029a3 | 2024-12-19 20:17:17 +0100 | [diff] [blame] | 13 | # change indentation style of netrw plugin |
| 14 | c363ca1ecd1f8db03663ef98dcf41eeacc3c22c7 |
Christian Brabandt | fb27cf9 | 2024-12-20 19:37:54 +0100 | [diff] [blame] | 15 | c673b805ad80d0aef07e745d412a2bf298ba1c07 |
Christian Brabandt | be51e90 | 2025-04-28 18:09:49 +0200 | [diff] [blame] | 16 | # fix indentation style in insexpand.c v9.1.1352 |
| 17 | 355db99d12a89f05765948b33eecd6d9733e16bb |
Christian Brabandt | ba2ed6a | 2025-05-04 20:08:45 +0200 | [diff] [blame] | 18 | # fix indentation styles in various files v9.1.1363 |
| 19 | c2a9000bc1b4a2cbcfeef55450c184b16906d910 |
Christian Brabandt | 8ac3f5d | 2025-05-04 21:13:47 +0200 | [diff] [blame] | 20 | # indentation style in various files v9.1.1364 |
| 21 | 562610cfa327c8ebff12a1700525e17a070d5e2c |