From: Junio C Hamano Date: Mon, 16 Jun 2008 01:52:47 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.6-rc3-7-g336d0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d47c7c24b429eac4bacc107c0b5e2987db40f04a;p=git.git Autogenerated HTML docs for v1.5.6-rc3-7-g336d0 --- diff --git a/RelNotes-1.5.6.txt b/RelNotes-1.5.6.txt index 0d2608c88..b22bfa89a 100644 --- a/RelNotes-1.5.6.txt +++ b/RelNotes-1.5.6.txt @@ -21,8 +21,10 @@ Updates since v1.5.5 (documentation) * Many freestanding documentation pages have been converted and made - available to "git help" (aka "man git-") as section 7 of the - manual pages. + available to "git help" (aka "man git") as section 7 of + the manual pages. This means bookmarks to some HTML documentation + files may need to be updated (eg "tutorial.html" became + "gittutorial.html"). (performance) diff --git a/git-http-push.html b/git-http-push.html index 7ba19b783..347af19fe 100644 --- a/git-http-push.html +++ b/git-http-push.html @@ -278,8 +278,8 @@ git-http-push(1) Manual Page

Sends missing objects to remote repository, and updates the remote branch.

-

NOTE: This command is temporarily disabled if your cURL -library is older than 7.16, as the combination has been reported +

NOTE: This command is temporarily disabled if your libcurl +is older than 7.16, as the combination has been reported not to work and sometimes corrupts repository.

OPTIONS

@@ -426,7 +426,7 @@ to disable the fast-forward check only on that ref.

diff --git a/git-http-push.txt b/git-http-push.txt index 8d32a9204..d69b20549 100644 --- a/git-http-push.txt +++ b/git-http-push.txt @@ -15,8 +15,8 @@ DESCRIPTION Sends missing objects to remote repository, and updates the remote branch. -*NOTE*: This command is temporarily disabled if your cURL -library is older than 7.16, as the combination has been reported +*NOTE*: This command is temporarily disabled if your libcurl +is older than 7.16, as the combination has been reported not to work and sometimes corrupts repository. OPTIONS diff --git a/howto-index.html b/howto-index.html index 185bddac7..2e5fcd601 100644 --- a/howto-index.html +++ b/howto-index.html @@ -368,7 +368,7 @@ strategy.

diff --git a/howto/setup-git-server-over-http.txt b/howto/setup-git-server-over-http.txt index b7d09c1ec..403274860 100644 --- a/howto/setup-git-server-over-http.txt +++ b/howto/setup-git-server-over-http.txt @@ -186,7 +186,7 @@ Step 3: setup the client ------------------------ Make sure that you have HTTP support, i.e. your git was built with -curl (version more recent than 7.10). The command 'git http-push' with +libcurl (version more recent than 7.10). The command 'git http-push' with no argument should display a usage message. Then, add the following to your $HOME/.netrc (you can do without, but will be