##// END OF EJS Templates
Add section to README about enabling blame ignore revs.
Terry Davis -
Show More
@@ -129,3 +129,18 b' project that you might want to use:'
129 - `mypython <https://www.asmeurer.com/mypython/>`_
129 - `mypython <https://www.asmeurer.com/mypython/>`_
130 - `ptpython and ptipython <https://pypi.org/project/ptpython/>`
130 - `ptpython and ptipython <https://pypi.org/project/ptpython/>`
131 - `xonsh <https://xon.sh/>`
131 - `xonsh <https://xon.sh/>`
132
133 Ignoring commits with git blame.ignoreRevsFile
134 ==============================================
135
136 As of git 2.23, it is possible to make formatting changes without breaking
137 ``git blame``. See the `git documentation
138 <https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile>`_
139 for more details.
140
141 To use this feature you must:
142
143 - Install git >= 2.23
144 - Configure your local git repo by running:
145 - POSIX: ``tools\configure-git-blame-ignore-revs.sh``
146 - Windows: ``tools\configure-git-blame-ignore-revs.bat``
General Comments 0
You need to be logged in to leave comments. Login now