From: Junio C Hamano Date: Tue, 8 Jan 2008 09:13:21 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.4-rc2-68-ge708a X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4e2723116573700a8b8d279195342f0fcb069628;p=git.git Autogenerated HTML docs for v1.5.4-rc2-68-ge708a --- diff --git a/RelNotes-1.5.3.8.txt b/RelNotes-1.5.3.8.txt new file mode 100644 index 000000000..0e3ff58a4 --- /dev/null +++ b/RelNotes-1.5.3.8.txt @@ -0,0 +1,25 @@ +GIT v1.5.3.8 Release Notes +========================== + +Fixes since v1.5.3.7 +-------------------- + + * Some documentation used "email.com" as an example domain. + + * git-svn fix to handle funky branch and project names going over + http/https correctly. + + * git-svn fix to tone down a needlessly alarming warning message. + + * git-clone did not correctly report errors while fetching over http. + + * git-send-email added redundant Message-Id: header to the outgoing + e-mail when the patch text already had one. + + * a read-beyond-end-of-buffer bug in configuration file updater was fixed. + + * git-grep used to show the same hit repeatedly for unmerged paths. + + * After amending the patch title in "git-am -i", the command did not + report the patch it applied with the updated title. + diff --git a/config.txt b/config.txt index 1a90e6bf2..1b6d6d6fa 100644 --- a/config.txt +++ b/config.txt @@ -586,6 +586,15 @@ specified as 'gitcvs..' (where 'access_method' is one of "ext" and "pserver") to make them apply only for the given access method. +help.browser:: + Specify the browser that will be used to display help in the + 'web' format. See linkgit:git-help[1]. + +help.format:: + Override the default help format used by linkgit:git-help[1]. + Values 'man', 'info', 'web' and 'html' are supported. 'man' is + the default. 'web' and 'html' are the same. + http.proxy:: Override the HTTP proxy, normally configured using the 'http_proxy' environment variable (see linkgit:curl[1]). This can be overridden @@ -643,6 +652,25 @@ i18n.logOutputEncoding:: Character encoding the commit messages are converted to when running `git-log` and friends. +instaweb.browser:: + Specify the program that will be used to browse your working + repository in gitweb. See linkgit:git-instaweb[1]. + +instaweb.httpd:: + The HTTP daemon command-line to start gitweb on your working + repository. See linkgit:git-instaweb[1]. + +instaweb.local:: + If true the web server started by linkgit:git-instaweb[1] will + be bound to the local IP (127.0.0.1). + +instaweb.modulepath:: + The module path for an apache httpd used by linkgit:git-instaweb[1]. + +instaweb.port:: + The port number to bind the gitweb httpd to. See + linkgit:git-instaweb[1]. + log.showroot:: If true, the initial commit will be shown as a big creation event. This is equivalent to a diff against an empty tree. @@ -844,3 +872,8 @@ receive.denyNonFastForwards:: transfer.unpackLimit:: When `fetch.unpackLimit` or `receive.unpackLimit` are not set, the value of this variable is used instead. + +web.browser:: + Specify a web browser that may be used by some commands. + Currently only linkgit:git-instaweb[1] and linkgit:git-help[1] + may use it. diff --git a/git-config.html b/git-config.html index 72b8323fc..6dd584478 100644 --- a/git-config.html +++ b/git-config.html @@ -1598,6 +1598,25 @@ is one of "ext" and "pserver") to make them apply only for the given access method.

+help.browser +
+
+

+ Specify the browser that will be used to display help in the + web format. See git-help(1). +

+
+
+help.format +
+
+

+ Override the default help format used by git-help(1). + Values man, info, web and html are supported. man is + the default. web and html are the same. +

+
+
http.proxy
@@ -1710,6 +1729,50 @@ i18n.logOutputEncoding

+instaweb.browser +
+
+

+ Specify the program that will be used to browse your working + repository in gitweb. See git-instaweb(1). +

+
+
+instaweb.httpd +
+
+

+ The HTTP daemon command-line to start gitweb on your working + repository. See git-instaweb(1). +

+
+
+instaweb.local +
+
+

+ If true the web server started by git-instaweb(1) will + be bound to the local IP (127.0.0.1). +

+
+
+instaweb.modulepath +
+
+

+ The module path for an apache httpd used by git-instaweb(1). +

+
+
+instaweb.port +
+
+

+ The port number to bind the gitweb httpd to. See + git-instaweb(1). +

+
+
log.showroot
@@ -2111,6 +2174,16 @@ transfer.unpackLimit not set, the value of this variable is used instead.

+
+web.browser +
+
+

+ Specify a web browser that may be used by some commands. + Currently only git-instaweb(1) and git-help(1) + may use it. +

+

Author

@@ -2127,7 +2200,7 @@ transfer.unpackLimit diff --git a/git.html b/git.html index 2a15b19cc..8216a6d89 100644 --- a/git.html +++ b/git.html @@ -1938,7 +1938,7 @@ contributors on the git-list <git@vger.kernel.org>.

diff --git a/git.txt b/git.txt index 1828df209..4ece40d1e 100644 --- a/git.txt +++ b/git.txt @@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master' branch of the `git.git` repository. Documentation for older releases are available here: -* link:v1.5.3/git.html[documentation for release 1.5.3] +* link:v1.5.3.8/git.html[documentation for release 1.5.3.8] * release notes for + link:RelNotes-1.5.3.8.txt[1.5.3.8], link:RelNotes-1.5.3.7.txt[1.5.3.7], link:RelNotes-1.5.3.6.txt[1.5.3.6], link:RelNotes-1.5.3.5.txt[1.5.3.5], diff --git a/gitcli.html b/gitcli.html index fc221691f..743d6ab92 100644 --- a/gitcli.html +++ b/gitcli.html @@ -369,7 +369,7 @@ $ git foo --long-opt Arg $ git foo -oArg $ git foo -o Arg -

However, this is NOT allowed for switches with an optionnal value, where the +

However, this is NOT allowed for switches with an optional value, where the sticked form must be used:

@@ -388,7 +388,7 @@ $ git describe --abbrev 10 HEAD # NOT WHAT YOU MEANT
diff --git a/gitcli.txt b/gitcli.txt index a4703cd7c..7ee5ce386 100644 --- a/gitcli.txt +++ b/gitcli.txt @@ -95,7 +95,7 @@ $ git foo -oArg $ git foo -o Arg ---------------------------- -However, this is *NOT* allowed for switches with an optionnal value, where the +However, this is *NOT* allowed for switches with an optional value, where the 'sticked' form must be used: ---------------------------- $ git describe --abbrev HEAD # correct diff --git a/technical/api-diff.html b/technical/api-diff.html index 99b9cd886..0d8457ad0 100644 --- a/technical/api-diff.html +++ b/technical/api-diff.html @@ -438,7 +438,7 @@ the operation of diffcore library with.

- Number of hexdigits to abbrevate raw format output to. + Number of hexdigits to abbreviate raw format output to.

@@ -449,7 +449,7 @@ the operation of diffcore library with.

A constant string (can and typically does contain newlines to look for a block of text, not just a single line) to filter out the filepairs that do not change the number of strings contained - in its preimage and postmage of the diff_queue. + in its preimage and postimage of the diff_queue.

@@ -545,7 +545,7 @@ EXIT_WITH_STATUS

For communication between the calling program and the options - parser; tell the calling program to signal the presense of + parser; tell the calling program to signal the presence of difference using program exit code.

@@ -582,7 +582,7 @@ RECURSIVE, TREE_IN_RECURSIVE
diff --git a/technical/api-diff.txt b/technical/api-diff.txt index 822609bcd..83b007e70 100644 --- a/technical/api-diff.txt +++ b/technical/api-diff.txt @@ -102,13 +102,13 @@ Notable members are: and copies. `abbrev`:: - Number of hexdigits to abbrevate raw format output to. + Number of hexdigits to abbreviate raw format output to. `pickaxe`:: A constant string (can and typically does contain newlines to look for a block of text, not just a single line) to filter out the filepairs that do not change the number of strings contained - in its preimage and postmage of the diff_queue. + in its preimage and postimage of the diff_queue. `flags`:: This is mostly a collection of boolean options that affects the @@ -149,7 +149,7 @@ REVERSE_DIFF;; EXIT_WITH_STATUS;; For communication between the calling program and the options - parser; tell the calling program to signal the presense of + parser; tell the calling program to signal the presence of difference using program exit code. HAS_CHANGES;; diff --git a/technical/pack-format.txt b/technical/pack-format.txt index a80baa438..aa87756a5 100644 --- a/technical/pack-format.txt +++ b/technical/pack-format.txt @@ -125,7 +125,7 @@ Pack file entry: <+ - A table of 4-byte CRC32 values of the packed object data. This is new in v2 so compressed data can be copied directly - from pack to pack during repacking withough undetected + from pack to pack during repacking without undetected data corruption. - A table of 4-byte offset values (in network byte order).