From 341071d878757c06a3931db660fe318effc8317e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 4 Jun 2006 07:24:48 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.3.3-g16a4 --- config.txt | 24 ++++++++++----- core-tutorial.html | 8 ++--- core-tutorial.txt | 6 ++-- cvs-migration.html | 8 ++--- cvs-migration.txt | 4 +-- git-apply.html | 4 +-- git-apply.txt | 2 +- git-blame.html | 4 +-- git-blame.txt | 2 +- git-branch.html | 16 ++++++++-- git-branch.txt | 10 +++++-- git-checkout.html | 13 +++++++-- git-checkout.txt | 7 ++++- git-commit.html | 4 +-- git-commit.txt | 2 +- git-cvsserver.html | 4 +-- git-cvsserver.txt | 2 +- git-daemon.html | 6 ++-- git-daemon.txt | 4 +-- git-diff-index.html | 4 +-- git-diff-index.txt | 2 +- git-diff-tree.html | 6 ++-- git-diff-tree.txt | 4 +-- git-diff.html | 4 +-- git-diff.txt | 2 +- git-format-patch.html | 79 +++++++++++++++++++++++++------------------------- git-format-patch.txt | 69 +++++++++++++++++++++---------------------- git-fsck-objects.html | 4 +-- git-fsck-objects.txt | 2 +- git-grep.html | 6 ++-- git-grep.txt | 4 +-- git-merge-index.html | 4 +-- git-merge-index.txt | 2 +- git-patch-id.html | 4 +-- git-patch-id.txt | 2 +- git-read-tree.html | 6 ++-- git-read-tree.txt | 4 +-- git-repo-config.html | 33 ++++++++++++++------- git-repo-config.txt | 2 +- git-reset.html | 4 +-- git-reset.txt | 2 +- git-rev-parse.html | 16 ++++++++-- git-rev-parse.txt | 11 +++++-- git-send-email.html | 4 +-- git-send-email.txt | 2 +- git-send-pack.html | 4 +-- git-send-pack.txt | 2 +- git-sh-setup.html | 4 +-- git-sh-setup.txt | 2 +- git-tools.html | 4 +-- git-tools.txt | 2 +- git-update-index.html | 4 +-- git-update-index.txt | 2 +- git-update-ref.html | 36 +++++++++++++++++++++-- git-update-ref.txt | 28 +++++++++++++++++- hooks.html | 6 ++-- hooks.txt | 4 +-- repository-layout.html | 28 +++++++++++++++++- repository-layout.txt | 11 +++++++ tutorial-2.html | 4 +-- tutorial-2.txt | 2 +- tutorial.html | 10 +++---- tutorial.txt | 8 ++--- 63 files changed, 368 insertions(+), 205 deletions(-) diff --git a/config.txt b/config.txt index d1a4bec0..c861c6ce 100644 --- a/config.txt +++ b/config.txt @@ -2,7 +2,7 @@ CONFIGURATION FILE ------------------ The git configuration file contains a number of variables that affect -the git commands behaviour. They can be used by both the git plumbing +the git commands behavior. They can be used by both the git plumbing and the porcelains. The variables are divided to 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 @@ -53,7 +53,7 @@ core.gitProxy:: may be set multiple times and is matched in the given order; the first match wins. - Can be overriden by the 'GIT_PROXY_COMMAND' environment variable + Can be overridden by the 'GIT_PROXY_COMMAND' environment variable (which always applies universally, without the special "for" handling). @@ -70,6 +70,14 @@ core.preferSymlinkRefs:: This is sometimes needed to work with old scripts that expect HEAD to be a symbolic link. +core.logAllRefUpdates:: + If true, `git-update-ref` will append a line to + "$GIT_DIR/logs/" listing the new SHA1 and the date/time + of the update. If the file does not exist it will be + created automatically. This information can be used to + determine what commit was the tip of a branch "2 days ago". + This value is false by default (no logging). + core.repositoryFormatVersion:: Internal variable identifying the repository format and layout version. @@ -115,12 +123,12 @@ http.sslCert:: http.sslKey:: File containing the SSL private key when fetching or pushing - over HTTPS. Can be overriden by the 'GIT_SSL_KEY' environment + over HTTPS. Can be overridden by the 'GIT_SSL_KEY' environment variable. http.sslCAInfo:: File containing the certificates to verify the peer with when - fetching or pushing over HTTPS. Can be overriden by the + fetching or pushing over HTTPS. Can be overridden by the 'GIT_SSL_CAINFO' environment variable. http.sslCAPath:: @@ -129,13 +137,13 @@ http.sslCAPath:: by the 'GIT_SSL_CAPATH' environment variable. http.maxRequests:: - How many HTTP requests to launch in parallel. Can be overriden + How many HTTP requests to launch in parallel. Can be overridden by the 'GIT_HTTP_MAX_REQUESTS' environment variable. Default is 5. http.lowSpeedLimit, http.lowSpeedTime:: If the HTTP transfer speed is less than 'http.lowSpeedLimit' for longer than 'http.lowSpeedTime' seconds, the transfer is aborted. - Can be overriden by the 'GIT_HTTP_LOW_SPEED_LIMIT' and + Can be overridden by the 'GIT_HTTP_LOW_SPEED_LIMIT' and 'GIT_HTTP_LOW_SPEED_TIME' environment variables. i18n.commitEncoding:: @@ -166,12 +174,12 @@ showbranch.default:: user.email:: Your email address to be recorded in any newly created commits. - Can be overriden by the 'GIT_AUTHOR_EMAIL' and 'GIT_COMMITTER_EMAIL' + Can be overridden by the 'GIT_AUTHOR_EMAIL' and 'GIT_COMMITTER_EMAIL' environment variables. See gitlink:git-commit-tree[1]. user.name:: Your full name to be recorded in any newly created commits. - Can be overriden by the 'GIT_AUTHOR_NAME' and 'GIT_COMMITTER_NAME' + Can be overridden by the 'GIT_AUTHOR_NAME' and 'GIT_COMMITTER_NAME' environment variables. See gitlink:git-commit-tree[1]. whatchanged.difftree:: diff --git a/core-tutorial.html b/core-tutorial.html index d74b0c73..7250064d 100644 --- a/core-tutorial.html +++ b/core-tutorial.html @@ -456,7 +456,7 @@ you'll have to use the object name, not the filename of the object:

$ git-cat-file -t 557db03de997c86a4a028e1ebd3a1ceb225be238

where the -t tells git-cat-file to tell you what the "type" of the -object is. git will tell you that you have a "blob" object (ie just a +object is. git will tell you that you have a "blob" object (i.e., just a regular file), and you can see the contents with

@@ -866,7 +866,7 @@ that tag. You create these annotated tags with either the -a or
$ git tag -s <tagname>

which will sign the current HEAD (but you can also give it another -argument that specifies the thing to tag, ie you could have tagged the +argument that specifies the thing to tag, i.e., you could have tagged the current mybranch point by using git tag <tagname> mybranch).

You normally only do signed tags for major releases or things like that, while the light-weight tags are useful for any marking you @@ -1323,7 +1323,7 @@ commit object by downloading from repo.git/objects/xx/xxx... using the object name of that commit object. Then it reads the commit object to find out its parent commits and the associate tree object; it repeats this process until it gets all the -necessary objects. Because of this behaviour, they are +necessary objects. Because of this behavior, they are sometimes also called commit walkers.

The commit walkers are sometimes also called dumb transports, because they do not require any git aware smart @@ -2011,7 +2011,7 @@ to follow, not easier.

diff --git a/core-tutorial.txt b/core-tutorial.txt index 5a831adf..1185897f 100644 --- a/core-tutorial.txt +++ b/core-tutorial.txt @@ -184,7 +184,7 @@ $ git-cat-file -t 557db03de997c86a4a028e1ebd3a1ceb225be238 ---------------- where the `-t` tells `git-cat-file` to tell you what the "type" of the -object is. git will tell you that you have a "blob" object (ie just a +object is. git will tell you that you have a "blob" object (i.e., just a regular file), and you can see the contents with ---------------- @@ -619,7 +619,7 @@ $ git tag -s ---------------- which will sign the current `HEAD` (but you can also give it another -argument that specifies the thing to tag, ie you could have tagged the +argument that specifies the thing to tag, i.e., you could have tagged the current `mybranch` point by using `git tag mybranch`). You normally only do signed tags for major releases or things @@ -1097,7 +1097,7 @@ commit object by downloading from `repo.git/objects/xx/xxx\...` using the object name of that commit object. Then it reads the commit object to find out its parent commits and the associate tree object; it repeats this process until it gets all the -necessary objects. Because of this behaviour, they are +necessary objects. Because of this behavior, they are sometimes also called 'commit walkers'. + The 'commit walkers' are sometimes also called 'dumb diff --git a/cvs-migration.html b/cvs-migration.html index 0ee0488a..1ff9c4ec 100644 --- a/cvs-migration.html +++ b/cvs-migration.html @@ -3,7 +3,7 @@ - +