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 |