Skip to content

Commit e65a12c

Browse files
SetTrenddscho
authored andcommitted
Code formatting added.
1 parent d45329e commit e65a12c

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

Silent-or-Unattended-Installation.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,25 @@ You can find all of the possible flags to use by calling the installer with the
5858

5959
A list of installer custom options as of Git for Windows v2.42.0.windows.2 is below:
6060

61-
| Key | Values | Default | Remark |
62-
| ---------------------------------- | -------| ------- | ------ |
63-
| EditorOption | Nano, VIM, Notepad++, VisualStudioCode, VisualStudioCodeInsiders, SublimeText, Atom, VSCodium, Notepad, Wordpad, CustomEditor | VIM | |
64-
| CustomEditorPath | | | Path and options for custom text editor (only in combination with EditorOption=CustomEditor) |
65-
| DefaultBranchOption | | | Default branch name |
66-
| PathOption | BashOnly, Cmd, CmdTools | Cmd | |
67-
| SSHOption | OpenSSH, ExternalOpenSSH, Plink | OpenSSH | |
68-
| TortoiseOption | true, false | false | Only in combination with SSHOption=Plink |
69-
| CurlOption | OpenSSL, WinSSL | OpenSSL | |
70-
| CRLFOption | LFOnly, CRLFAlways, CRLFCommitAsIs | CRLFAlways | |
71-
| BashTerminalOption | MinTTY, ConHost | MinTTY | |
72-
| GitPullBehaviorOption | Merge, Rebase, FFOnly | Merge | |
73-
| UseCredentialManager | Enabled, Disabled, Core | Enabled | Core does exactly the same as Enabled and exists for historical reasons |
74-
| PerformanceTweaksFSCache | Enabled, Disabled | Enabled | |
75-
| EnableSymlinks | Auto, Enabled, Disabled | Auto | |
76-
| AddmandatoryASLRsecurityexceptions | Auto, Enabled, Disabled | Auto | |
77-
| EnableBuiltinDifftool | Auto, Enabled, Disabled | Auto | |
78-
| EnableBuiltinRebase | Auto, Enabled, Disabled | Auto | |
79-
| EnableBuiltinStash | Auto, Enabled, Disabled | Auto | |
80-
| EnableBuiltinInteractiveAdd | Auto, Enabled, Disabled | Auto | |
81-
| EnablePseudoConsoleSupport | Auto, Enabled, Disabled | Auto | |
82-
| EnableFSMonitor | Auto, Enabled, Disabled | Auto | |
61+
| Key | Values | Default | Remark |
62+
| - | - | - | - |
63+
| `EditorOption` | `Nano`, `VIM`, `Notepad++`, `VisualStudioCode`, `VisualStudioCodeInsiders`, `SublimeText`, `Atom`, `VSCodium`, `Notepad`, `Wordpad`, `CustomEditor` | `VIM` | |
64+
| `CustomEditorPath` | | | Path and options for custom text editor (only in combination with `EditorOption=CustomEditor`) |
65+
| `DefaultBranchOption` | | | Default branch name |
66+
| `PathOption` | `BashOnly`, `Cmd`, `CmdTools` | `Cmd` | |
67+
| `SSHOption` | `OpenSSH`, `ExternalOpenSSH`, `Plink` | `OpenSSH` | |
68+
| `TortoiseOption` | `true`, `false` | `false` | Only in combination with `SSHOption=Plink` |
69+
| `CurlOption` | `OpenSSL`, `WinSSL` | `OpenSSL` | |
70+
| `CRLFOption` | `LFOnly`, `CRLFAlways`, `CRLFCommitAsIs` | `CRLFAlways` | |
71+
| `BashTerminalOption` | `MinTTY`, `ConHost` | `MinTTY` | |
72+
| `GitPullBehaviorOption` | `Merge`, `Rebase`, `FFOnly` | `Merge` | |
73+
| `UseCredentialManager` | `Enabled`, `Disabled`, `Core` | `Enabled` | `Core` does exactly the same as `Enabled` and exists for historical reasons |
74+
| `PerformanceTweaksFSCache` | `Enabled`, `Disabled` | `Enabled` | |
75+
| `EnableSymlinks` | `Auto`, `Enabled`, `Disabled` | `Auto` | |
76+
| `AddmandatoryASLRsecurityexceptions` | `Auto`, `Enabled`, `Disabled` | `Auto` | |
77+
| `EnableBuiltinDifftool` | `Auto`, `Enabled`, `Disabled` | `Auto` | |
78+
| `EnableBuiltinRebase` | `Auto`, `Enabled`, `Disabled` | `Auto` | |
79+
| `EnableBuiltinStash` | `Auto`, `Enabled`, `Disabled` | `Auto` | |
80+
| `EnableBuiltinInteractiveAdd` | `Auto`, `Enabled`, `Disabled` | `Auto` | |
81+
| `EnablePseudoConsoleSupport` | `Auto`, `Enabled`, `Disabled` | `Auto` | |
82+
| `EnableFSMonitor` | `Auto`, `Enabled`, `Disabled` | `Auto` | |

0 commit comments

Comments
 (0)