Autogenerated manpages for v1.5.3-rc4
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 4 Aug 2007 00:27:31 +0000 (00:27 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 4 Aug 2007 00:27:31 +0000 (00:27 +0000)
man1/git-config.1

index 866627e6f46ade285e79f16ece0ea07ce4dc71e3..af66278aba7511826581a65d47b24e39b1c4ed63 100644 (file)
@@ -2,7 +2,7 @@
 .\" 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)
@@ -172,9 +172,7 @@ Given a .git/config like this:
 .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
@@ -265,7 +263,7 @@ To add a new proxy, without altering any of the existing ones, use
 .sp
 .nf
 .ft C
-% git config core.gitproxy '"proxy" for example.com'
+% git config core.gitproxy '"proxy\-command" for example.com'
 .ft
 
 .fi
@@ -328,7 +326,7 @@ Some variables may require special value format.
 .nf
 # Proxy settings
 [core]
-        gitProxy="ssh" for "ssh://kernel.org/"
+        gitProxy="ssh" for "kernel.org"
         gitProxy=default\-proxy ; for the rest
 .fi
 .SS "Variables"