summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-07-15 09:33:06 -0400
committerDan Davison <dandavison7@gmail.com>2020-07-15 09:33:06 -0400
commit6d8a9d121a5ddbb6b7fd2d69769a0def05b06172 (patch)
tree53d4ea1247da8d79600ba09d942c2beb080dca49 /README.md
parent3b794691677c6cbe64d6d8091348740fbbc6f6f3 (diff)
Document 'omit' style attribute
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index d9dbe96f..7df1fb63 100644
--- a/README.md
+++ b/README.md
@@ -560,22 +560,22 @@ OPTIONS:
Style (foreground, background, attributes) for non-emphasized sections of added lines that have an
emphasized section. Defaults to --plus-style. See STYLES section [default: auto auto]
--commit-style <commit-style>
- Style (foreground, background, attributes) for the commit hash line. See STYLES section [default:
- raw]
+ Style (foreground, background, attributes) for the commit hash line. See STYLES section. The style 'omit'
+ can be used to remove the commit hash line from the output [default: raw]
--commit-decoration-style <commit-decoration-style>
Style (foreground, background, attributes) for the commit hash decoration. See STYLES section. The style
string should contain one of the special attributes 'box', 'ul' (underline), 'ol' (overline), or the
combination 'ul ol' [default: ]
--file-style <file-style>
- Style (foreground, background, attributes) for the file section. See STYLES section [default: blue]
-
+ Style (foreground, background, attributes) for the file section. See STYLES section. The style 'omit' can be
+ used to remove the file section from the output [default: blue]
--file-decoration-style <file-decoration-style>
Style (foreground, background, attributes) for the file decoration. See STYLES section. The style string
should contain one of the special attributes 'box', 'ul' (underline), 'ol' (overline), or the combination
'ul ol' [default: blue ul]
--hunk-header-style <hunk-header-style>
- Style (foreground, background, attributes) for the hunk-header. See STYLES section [default: syntax]
-
+ Style (foreground, background, attributes) for the hunk-header. See STYLES section. The style 'omit' can be
+ used to remove the hunk header section from the output [default: syntax]
--hunk-header-decoration-style <hunk-header-decoration-style>
Style (foreground, background, attributes) for the hunk-header decoration. See STYLES section. The style
string should contain one of the special attributes 'box', 'ul' (underline), 'ol' (overline), or the
@@ -740,6 +740,9 @@ That means: For removed lines, syntax-highlight the text, and make it bold, and
The available attributes are: 'blink', 'bold', 'dim', 'hidden', 'italic', 'reverse', 'strike',
and 'ul' (or 'underline').
+The attribute 'omit' is supported by commit-style, file-style, and hunk-header-style, meaning to
+remove the element entirely from the output.
+
A complete description of the style string syntax follows:
- If the input that delta is receiving already has colors, and you want delta to output those