Raw
1 sideband.allowControlCharacters::
2 By default, control characters that are delivered via the sideband
3 are masked, except ANSI color sequences. This prevents potentially
4 unwanted ANSI escape sequences from being sent to the terminal. Use
5 this config setting to override this behavior (the value can be
6 a comma-separated list of the following keywords):
7 +
8 --
9 `color`::
10 Allow ANSI color sequences, line feeds and horizontal tabs,
11 but mask all other control characters. This is the default.
12 `cursor`::
13 Allow control sequences that move the cursor. This is
14 disabled by default.
15 `erase`::
16 Allow control sequences that erase characters. This is
17 disabled by default.
18 `false`::
19 Mask all control characters other than line feeds and
20 horizontal tabs.
21 `true`::
22 Allow all control characters to be sent to the terminal.
23 --
24
25 sideband.<url>.*::
26 Apply the `sideband.*` option selectively to specific URLs. The
27 same URL matching logic applies as for `http.<url>.*` settings.