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 |