.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
.\" Instead of manually editing it, you probably should edit the DocBook XML
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GIT\-CONFIG" "1" "08/01/2007" "Git 1.5.3.rc3.107.g73a7" "Git Manual"
+.TH "GIT\-CONFIG" "1" "08/04/2007" "Git 1.5.3.rc4" "Git Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.nf
; Proxy settings
[core]
- gitproxy="ssh" for "ssh://kernel.org/"
gitproxy="proxy\-command" for kernel.org
- gitproxy="myprotocol\-command" for "my://"
gitproxy=default\-proxy ; for all the rest
.fi
you can set the filemode to true with
.sp
.nf
.ft C
-% git config core.gitproxy '"proxy" for example.com'
+% git config core.gitproxy '"proxy\-command" for example.com'
.ft
.fi
.nf
# Proxy settings
[core]
- gitProxy="ssh" for "ssh://kernel.org/"
+ gitProxy="ssh" for "kernel.org"
gitProxy=default\-proxy ; for the rest
.fi
.SS "Variables"