From: Junio C Hamano Date: Wed, 17 Jan 2007 07:24:25 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.0-rc1-g936f3 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=8f76dc6fae3bb5536b36c987aa521322dcdd220c;p=git.git Autogenerated HTML docs for v1.5.0-rc1-g936f3 --- diff --git a/config.txt b/config.txt index faa17ba848..da7fde56b4 100644 --- a/config.txt +++ b/config.txt @@ -2,7 +2,12 @@ CONFIGURATION FILE ------------------ The git configuration file contains a number of variables that affect -the git command's behavior. They can be used by both the git plumbing +the git command's behavior. `.git/config` file for each repository +is used to store the information for that repository, and +`$HOME/.gitconfig` is used to store per user information to give +fallback values for `.git/config` file. + +They can be used by both the git plumbing and the porcelains. The variables are divided into sections, where in the fully qualified variable name the variable itself is the last dot-separated segment and the section name is everything before the last diff --git a/git-commit.html b/git-commit.html index efc2844770..b96d40abe4 100644 --- a/git-commit.html +++ b/git-commit.html @@ -548,6 +548,11 @@ refuses to run when given pathnames (but see -i option).

DISCUSSION

+

Though not required, it's a good idea to begin the commit message +with a single short (less than 50 character) line summarizing the +change, followed by a blank line and then a more thorough description. +Tools that turn commits into email, for example, use the first line +on the Subject: line and the rest of the commit in the body.

At the core level, git is character encoding agnostic.

diff --git a/git-commit.txt b/git-commit.txt index 6139386ad7..9c84353068 100644 --- a/git-commit.txt +++ b/git-commit.txt @@ -218,6 +218,12 @@ refuses to run when given pathnames (but see `-i` option). DISCUSSION ---------- +Though not required, it's a good idea to begin the commit message +with a single short (less than 50 character) line summarizing the +change, followed by a blank line and then a more thorough description. +Tools that turn commits into email, for example, use the first line +on the Subject: line and the rest of the commit in the body. + include::i18n.txt[] ENVIRONMENT VARIABLES diff --git a/git-repo-config.html b/git-repo-config.html index 0e5a67919d..fcb8283e77 100644 --- a/git-repo-config.html +++ b/git-repo-config.html @@ -562,7 +562,11 @@ i.e. the one without a "for …" postfix, do something like this:

CONFIGURATION FILE

The git configuration file contains a number of variables that affect -the git command's behavior. They can be used by both the git plumbing +the git command's behavior. .git/config file for each repository +is used to store the information for that repository, and +$HOME/.gitconfig is used to store per user information to give +fallback values for .git/config file.

+

They can be used by both the git plumbing and the porcelains. The variables are divided into sections, where in the fully qualified variable name the variable itself is the last dot-separated segment and the section name is everything before the last @@ -1280,7 +1284,7 @@ receive.denyNonFastForwards