From de9ca2d7b6f4f19feb27a69f515160b9c9e4472c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 4 Aug 2007 00:27:31 +0000 Subject: [PATCH] Autogenerated manpages for v1.5.3-rc4 --- man1/git-config.1 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/man1/git-config.1 b/man1/git-config.1 index 866627e6f..af66278ab 100644 --- a/man1/git-config.1 +++ b/man1/git-config.1 @@ -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" -- 2.26.2