diff options
Diffstat (limited to 'Documentation/config')
-rw-r--r-- | Documentation/config/blame.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/config/blame.txt b/Documentation/config/blame.txt index 67b5c1d1e0..4da2788f30 100644 --- a/Documentation/config/blame.txt +++ b/Documentation/config/blame.txt @@ -19,3 +19,10 @@ blame.showEmail:: blame.showRoot:: Do not treat root commits as boundaries in linkgit:git-blame[1]. This option defaults to false. + +blame.ignoreRevsFile:: + Ignore revisions listed in the file, one unabbreviated object name per + line, in linkgit:git-blame[1]. Whitespace and comments beginning with + `#` are ignored. This option may be repeated multiple times. Empty + file names will reset the list of ignored revisions. This option will + be handled before the command line option `--ignore-revs-file`. |