Add a .git-blame-ignore-revs file
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 Feb 2023 19:26:24 +0000 (14:26 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 Feb 2023 16:30:54 +0000 (11:30 -0500)
commit094a7160e3aa820ad16516ce5247f268be491e41
tree03d410dc553175ee27cd833275d115b36e07294f
parentff9309595a046512269302e98a3859bb3941f6ae
Add a .git-blame-ignore-revs file

The git-blame command supports the `--ignore-revs-file` option
since git 2.23. This option allows a file containing a list of revisions
that git-blame must ignore to be specified.

It can be used as such:
  git blame --ignore-revs-file=.git-blame-ignore-revs some-file.cpp

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I39692f9eda999703e3e3bacb6e02f6e714eeb8a8
.git-blame-ignore-revs [new file with mode: 0644]
This page took 0.024397 seconds and 4 git commands to generate.