We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1629f commit ac9f71cCopy full SHA for ac9f71c
Documentation/git-config.txt
@@ -69,7 +69,8 @@ OPTIONS
69
70
--add::
71
Adds a new line to the option without altering any existing
72
- values. This is the same as providing '^$' as the value_regex.
+ values. This is the same as providing '^$' as the value_regex
73
+ in `--replace-all`.
74
75
--get::
76
Get the value for a given key (optionally filtered by a regex
@@ -155,7 +156,7 @@ See also <<FILES>>.
155
156
When the color setting for `name` is undefined, the command uses
157
`color.ui` as fallback.
158
---get-color name default::
159
+--get-color name [default]::
160
161
Find the color configured for `name` (e.g. `color.diff.new`) and
162
output it as the ANSI color escape sequence to the standard
0 commit comments