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

package info (click to toggle)
ipython 8.35.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 11,636 kB
  • sloc: python: 42,461; sh: 376; makefile: 243
file content (10 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (3)
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