Skip to content

Revert "torganizations.security"#9

Open
Terrybrar32 wants to merge 1 commit intomasterfrom
revert-8-Terrybrar32-patch-1
Open

Revert "torganizations.security"#9
Terrybrar32 wants to merge 1 commit intomasterfrom
revert-8-Terrybrar32-patch-1

Conversation

@Terrybrar32
Copy link
Owner

This is the config file, and

a '#' or ';' character indicates

a comment

; core variables
[core]
; Don't trust file modes
filemode = false

; Our diff algorithm
[diff]
external = /usr/local/bin/diff-wrapper
renames = true

; Proxy settings
[core]
gitproxy=proxy-command for kernel.org
gitproxy=default-proxy ; for all the rest

; HTTP
[http]
sslVerify
[http "https://weak.example.com"]
sslVerify = false
cookieFile = /tmp/cookie.txt
you can set the filemode to true with

% git config core.filemode true
The hypothetical proxy command entries actually have a postfix to discern what URL they apply to. Here is how to change the entry for kernel.org to "ssh".

% git config core.gitproxy '"ssh" for kernel.org' 'for kernel.org$'
This makes sure that only the key/value pair for kernel.org is replaced.

To delete the entry for renames, do

% git config --unset diff.renames

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant