Mercurial > vim
changeset 36440:e6a14221abe0 draft
git: ignore reformatting commit for git-blame (after v9.1.0829)
Commit: https://github.com/vim/vim/commit/88542445871d882b2a0e79410774797a73fe9e60
Author: Christian Brabandt <cb@256bit.org>
Date: Sat Nov 2 16:29:55 2024 +0100
git: ignore reformatting commit for git-blame (after v9.1.0829)
See:
https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile
Enable this using the following command in your copy:
git config blame.ignoreRevsFile .git-blame-ignore-revs
Github should pick it up automatically
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 02 Nov 2024 16:45:03 +0100 |
parents | e107ef66329f |
children | 2b910fcab8fc |
files | .git-blame-ignore-revs |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,9 @@ +# When making commits that are strictly formatting/style changes, add the +# commit hash here, so git blame can ignore the change. See docs for more details: +# +# https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile +# +# Run this command to always ignore formatting commits in git blame +# git config blame.ignoreRevsFile .git-blame-ignore-revs +# +8ce738de3fd7192fa6274730594305cde780074c # expand tabs to spaces in sound.c