Autogenerated HTML docs for v1.5.6-rc3-7-g336d0
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 16 Jun 2008 01:52:47 +0000 (01:52 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 16 Jun 2008 01:52:47 +0000 (01:52 +0000)
RelNotes-1.5.6.txt
git-http-push.html
git-http-push.txt
howto-index.html
howto/setup-git-server-over-http.txt

index 0d2608c880c245d5d755f3beddb64d987062b912..b22bfa89a8f1f26e6cd469e84b7715fffae58080 100644 (file)
@@ -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-<command>") as section 7 of the
-  manual pages.
+  available to "git help" (aka "man git<something>") 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)
 
index 7ba19b783ce99921a2b13d29b086fac38e8dee2c..347af19febc25fd47db2d11a634c2b38dbfe2c06 100644 (file)
@@ -278,8 +278,8 @@ git-http-push(1) Manual Page
 <div class="sectionbody">\r
 <p>Sends missing objects to remote repository, and updates the\r
 remote branch.</p>\r
-<p><strong>NOTE</strong>: This command is temporarily disabled if your cURL\r
-library is older than 7.16, as the combination has been reported\r
+<p><strong>NOTE</strong>: This command is temporarily disabled if your libcurl\r
+is older than 7.16, as the combination has been reported\r
 not to work and sometimes corrupts repository.</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
@@ -426,7 +426,7 @@ to disable the fast-forward check only on that ref.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 22:46:42 UTC\r
+Last updated 16-Jun-2008 01:52:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8d32a9204978897ae2ddbf7289b763a9d994a4a7..d69b20549bf956a5c7c3f64f5315a17ec71af038 100644 (file)
@@ -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
index 185bddac72c3128511059af1574dedc737fc9a22..2e5fcd60140ce753265a2338bdcde2fe48e99d6e 100644 (file)
@@ -368,7 +368,7 @@ strategy.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 08-Jun-2008 01:34:50 UTC\r
+Last updated 16-Jun-2008 01:52:17 UTC\r
 </div>\r
 </div>\r
 </body>\r
index b7d09c1ec69ac0e76302cef44d5f6884d05a0e0f..40327486084ac02874faff70fd100b619af83214 100644 (file)
@@ -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