File: configure-git-blame-ignore-revs.bat

package info (click to toggle)
ipython 7.20.0-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,100 kB
  • sloc: python: 36,813; sh: 379; makefile: 243
file content (10 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
rem Other config options for blame are markUnblamables and markIgnoredLines.
rem See docs for more details:
rem https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile

rem Uncomment below and rerun script to enable an option.
rem git config blame.markIgnoredLines
rem git config blame.markUnblamables

git config blame.ignoreRevsFile .git-blame-ignore-revs
git config --get blame.ignoreRevsFile