A Git revision list is
a list of object names (i.e. one unabbreviated SHA-1 per line)..., comments (#), empty lines, and any leading and trailing whitespace are ignored.
(from Git's fsck.skipList documentation).
The default output of git rev-list will match this. It is also suitable as input to git blame --ignore-revs-file.
This plugin provides:
- syntax highlighting,
- filetype detection for
.git-blame-ignore-revsfiles, - commenting and uncommenting with default mappings
gcandgcc, - showing the commit in a floating window on "hover" (
K).