From 17bd22710392bb8cd5d7cb26eb6d2eff19feca96 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 1 Sep 2008 06:11:17 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.6.0.1-161-g7f314 --- config.txt | 2 +- git-config.html | 14 ++++-- git-send-email.html | 5 +- git-send-email.txt | 3 ++ gitattributes.html | 4 +- gitattributes.txt | 2 +- gitmodules.html | 108 ++++++++++++++++++++++++++++++++------------ gitmodules.txt | 2 +- 8 files changed, 99 insertions(+), 41 deletions(-) diff --git a/config.txt b/config.txt index af57d9430..ed3285f89 100644 --- a/config.txt +++ b/config.txt @@ -697,7 +697,7 @@ gitcvs.logfile:: Path to a log file where the CVS server interface well... logs various stuff. See linkgit:git-cvsserver[1]. -gitcvs.usecrlfattr +gitcvs.usecrlfattr:: If true, the server will look up the `crlf` attribute for files to determine the '-k' modes to use. If `crlf` is set, the '-k' mode will be left blank, so cvs clients will diff --git a/git-config.html b/git-config.html index a70c1a25c..8966da9db 100644 --- a/git-config.html +++ b/git-config.html @@ -1787,16 +1787,20 @@ gitcvs.logfile various stuff. See git-cvsserver(1).

- -

gitcvs.usecrlfattr +

+gitcvs.usecrlfattr +
+
+

If true, the server will look up the crlf attribute for files to determine the -k modes to use. If crlf is set, the -k mode will be left blank, so cvs clients will treat it as text. If crlf is explicitly unset, the file will be set with -kb mode, which suppresses any newline munging the client might otherwise do. If crlf is not specified, - then gitcvs.allbinary is used. See gitattributes(5).

-
+ then gitcvs.allbinary is used. See gitattributes(5). +

+
gitcvs.allbinary
@@ -2726,7 +2730,7 @@ web.browser
diff --git a/git-send-email.html b/git-send-email.html index 0c064b4e8..77ca8a5e7 100644 --- a/git-send-email.html +++ b/git-send-email.html @@ -612,6 +612,9 @@ user is prompted for a password while the input is masked for privacy.

This is useful if your default address is not the address that is subscribed to a list. If you use the sendmail binary, you must have suitable privileges for the -f parameter. + Default is the value of the sendemail.envelopesender configuration + variable; if that is unspecified, choosing the envelope sender is left + to your MTA.

@@ -763,7 +766,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.

diff --git a/git-send-email.txt b/git-send-email.txt index e2437f30c..3c3e1b0e7 100644 --- a/git-send-email.txt +++ b/git-send-email.txt @@ -179,6 +179,9 @@ user is prompted for a password while the input is masked for privacy. This is useful if your default address is not the address that is subscribed to a list. If you use the sendmail binary, you must have suitable privileges for the -f parameter. + Default is the value of the 'sendemail.envelopesender' configuration + variable; if that is unspecified, choosing the envelope sender is left + to your MTA. --to:: Specify the primary recipient of the emails generated. diff --git a/gitattributes.html b/gitattributes.html index c2d41135f..c4ceac2a2 100644 --- a/gitattributes.html +++ b/gitattributes.html @@ -320,7 +320,7 @@ gitattributes(5) Manual Page

SYNOPSIS

-

$GIT_DIR/info/attributes, gitattributes

+

$GIT_DIR/info/attributes, .gitattributes

DESCRIPTION

@@ -938,7 +938,7 @@ frotz unspecified
diff --git a/gitattributes.txt b/gitattributes.txt index 1f23d27a6..5fb500741 100644 --- a/gitattributes.txt +++ b/gitattributes.txt @@ -7,7 +7,7 @@ gitattributes - defining attributes per path SYNOPSIS -------- -$GIT_DIR/info/attributes, gitattributes +$GIT_DIR/info/attributes, .gitattributes DESCRIPTION diff --git a/gitmodules.html b/gitmodules.html index cc16923fa..1c1538e7f 100644 --- a/gitmodules.html +++ b/gitmodules.html @@ -3,7 +3,7 @@ - + gitmodules(5) @@ -272,17 +320,17 @@ gitmodules(5) Manual Page

SYNOPSIS

-

gitmodules

+

$GIT_WORK_DIR/.gitmodules

-

DESCRIPTION

+

DESCRIPTION

-

The .gitmodules file, located in the top-level directory of a git +

The .gitmodules file, located in the top-level directory of a git working tree, is a text file with a syntax matching the requirements -of git-config(1).

-

The file contains one subsection per submodule, and the subsection value +of git-config(1).

+

The file contains one subsection per submodule, and the subsection value is the name of the submodule. Each submodule section also contains the -following required keys:

-
+following required keys:

+
submodule.<name>.path
@@ -302,11 +350,11 @@ submodule.<name>.url Defines an url from where the submodule repository can be cloned.

-
+
-

EXAMPLES

+

EXAMPLES

-

Consider the following .gitmodules file:

+

Consider the following .gitmodules file:

[submodule "libfoo"]
@@ -319,25 +367,25 @@ submodule.<name>.url
         path = include/bar
         url = git://bar.com/git/lib.git
-

This defines two submodules, libfoo and libbar. These are expected to +

This defines two submodules, libfoo and libbar. These are expected to be checked out in the paths include/foo and include/bar, and for both -submodules an url is specified which can be used for cloning the submodules.

+submodules an url is specified which can be used for cloning the submodules.

-

SEE ALSO

+

SEE ALSO

-

DOCUMENTATION

+

DOCUMENTATION

-

Documentation by Lars Hjemli <hjemli@gmail.com>

+

Documentation by Lars Hjemli <hjemli@gmail.com>

-

GIT

+

GIT

-

Part of the git(1) suite

+

Part of the git(1) suite

diff --git a/gitmodules.txt b/gitmodules.txt index f8d122a8b..d1a17e262 100644 --- a/gitmodules.txt +++ b/gitmodules.txt @@ -7,7 +7,7 @@ gitmodules - defining submodule properties SYNOPSIS -------- -gitmodules +$GIT_WORK_DIR/.gitmodules DESCRIPTION -- 2.26.2