-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit-install.inf
More file actions
34 lines (33 loc) · 1.05 KB
/
Copy pathgit-install.inf
File metadata and controls
34 lines (33 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
; Git for Windows install options (InnoSetup /LOADINF format).
;
; To regenerate from scratch after making changes interactively:
; .\Git-x.y.z-64-bit.exe /SAVEINF=git-install.inf
[Setup]
Lang=default
Dir=C:\Program Files\Git
Group=Git
NoIcons=1
SetupType=default
Components=gitlfs,autoupdate,scalar
; no additional tasks (no extra desktop shortcuts, etc.)
Tasks=
; Use Vim as the default editor (neovim not available at Git Bash install time)
EditorOption=VIM
CustomEditorPath=
DefaultBranchOption=main
; CmdTools: Git on PATH via cmd/PowerShell, no Unix tool override
PathOption=CmdTools
SSHOption=OpenSSH
TortoisePlink=
CurlOption=WinSSL
CRLFOption=CRLFAlways
BashTerminalOption=MinTTY
GitPullBehaviorOption=Merge
; GCM enables WSL to share HTTPS credentials with the Windows host
UseCredentialManager=Enabled
PerformanceTweaksFSCache=Enabled
EnableFSMonitor=Disabled
; Symlinks require Developer Mode (enable in Windows Settings > Privacy & Security > For Developers)
EnableSymlinks=Enabled
EnablePseudoConsoleSupport=Disabled
EnableBuiltinInteractiveAdd=Disabled