Autogenerated HTML docs for v1.4.3.3-gc954
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 3 Nov 2006 02:40:13 +0000 (02:40 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 3 Nov 2006 02:40:13 +0000 (02:40 +0000)
git-clone.html
git-clone.txt
git-diff-index.html
git-diff-index.txt
git-repo-config.html
git-repo-config.txt

index ada479b1e52b4a3e0e25a2f9aaf7f90d4a8c05c7..427705a29f3409dbcd67dd06794f699150a000c4 100644 (file)
@@ -376,6 +376,9 @@ branch you are currently working on.  Remote branches other than
 </p>\r
 </dd>\r
 <dt>\r
+--origin &lt;name&gt;\r
+</dt>\r
+<dt>\r
 -o &lt;name&gt;\r
 </dt>\r
 <dd>\r
@@ -516,7 +519,7 @@ Create a repository on the kernel.org machine that borrows from Linus
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 03-Oct-2006 08:40:56 UTC\r
+Last updated 03-Nov-2006 02:39:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f973c64313699713100ba63822d80fd86979ff78..86060472ad88088bcb59df5eb9acce097f68cb83 100644 (file)
@@ -75,6 +75,7 @@ OPTIONS
        this option is used, neither the `origin` branch nor the
        default `remotes/origin` file is created.
 
+--origin <name>::
 -o <name>::
        Instead of using the branch name 'origin' to keep track
        of the upstream repository, use <name> instead.  Note
index 28c555225494c30912620cf59e640aabf0edff62..b7581bbc0ce7dc0a3b157462fe0c6233c3a8eb91 100644 (file)
@@ -1008,7 +1008,7 @@ contents (the ones I'd write with a "git-write-tree")</tt></pre>
 </div></div>\r
 <p>For example, let's say that you have worked on your working directory, updated\r
 some files in the index and are ready to commit. You want to see exactly\r
-<strong>what</strong> you are going to commit is without having to write a new tree\r
+<strong>what</strong> you are going to commit, without having to write a new tree\r
 object and compare it that way, and to do that, you just do</p>\r
 <div class="literalblock">\r
 <div class="content">\r
@@ -1024,7 +1024,7 @@ matches my working directory. But doing a "git-diff-index" does:</p>
 -100644 blob    4161aecc6700a2eb579e842af0b7f22b98443f74        commit.c\r
 +100644 blob    4161aecc6700a2eb579e842af0b7f22b98443f74        git-commit.c</tt></pre>\r
 </div></div>\r
-<p>You can trivially see that the above is a rename.</p>\r
+<p>You can see easily that the above is a rename.</p>\r
 <p>In fact, "git-diff-index --cached" <strong>should</strong> always be entirely equivalent to\r
 actually doing a "git-write-tree" and comparing that. Except this one is much\r
 nicer for the case where you just want to check where you are.</p>\r
@@ -1099,7 +1099,7 @@ always have the special all-zero sha1.</td>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Oct-2006 09:29:00 UTC\r
+Last updated 03-Nov-2006 02:39:57 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9cd43f105bd78778359ded7c6b3300502d642ca9..2df581c2c9e598c676fcb95c35c91209d15562ca 100644 (file)
@@ -54,7 +54,7 @@ If '--cached' is specified, it allows you to ask:
 
 For example, let's say that you have worked on your working directory, updated
 some files in the index and are ready to commit. You want to see exactly
-*what* you are going to commit is without having to write a new tree
+*what* you are going to commit, without having to write a new tree
 object and compare it that way, and to do that, you just do
 
        git-diff-index --cached HEAD
@@ -68,7 +68,7 @@ matches my working directory. But doing a "git-diff-index" does:
   -100644 blob    4161aecc6700a2eb579e842af0b7f22b98443f74        commit.c
   +100644 blob    4161aecc6700a2eb579e842af0b7f22b98443f74        git-commit.c
 
-You can trivially see that the above is a rename.
+You can see easily that the above is a rename.
 
 In fact, "git-diff-index --cached" *should* always be entirely equivalent to
 actually doing a "git-write-tree" and comparing that. Except this one is much
index 31fb042cac101d30418643a4ca493bb18abbcbc2..aa53ec5794e99be1e36c7f532e01b8f1f7488365 100644 (file)
@@ -266,20 +266,20 @@ git-repo-config(1) Manual Page
 <h2>NAME</h2>\r
 <div class="sectionbody">\r
 <p>git-repo-config -\r
-   Get and set options in .git/config\r
+   Get and set repository or global options.\r
 </p>\r
 </div>\r
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-repo-config</em> [type] name [value [value_regex]]\r
-<em>git-repo-config</em> [type] --replace-all name [value [value_regex]]\r
-<em>git-repo-config</em> [type] --get name [value_regex]\r
-<em>git-repo-config</em> [type] --get-all name [value_regex]\r
-<em>git-repo-config</em> [type] --unset name [value_regex]\r
-<em>git-repo-config</em> [type] --unset-all name [value_regex]\r
-<em>git-repo-config</em> -l | --list</div></div>\r
+<div class="content"><em>git-repo-config</em> [--global] [type] name [value [value_regex]]\r
+<em>git-repo-config</em> [--global] [type] --replace-all name [value [value_regex]]\r
+<em>git-repo-config</em> [--global] [type] --get name [value_regex]\r
+<em>git-repo-config</em> [--global] [type] --get-all name [value_regex]\r
+<em>git-repo-config</em> [--global] [type] --unset name [value_regex]\r
+<em>git-repo-config</em> [--global] [type] --unset-all name [value_regex]\r
+<em>git-repo-config</em> [--global] -l | --list</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -320,12 +320,17 @@ the section or key is invalid,
 </li>\r
 <li>\r
 <p>\r
-you try to unset an option which does not exist, or\r
+you try to unset an option which does not exist,\r
 </p>\r
 </li>\r
 <li>\r
 <p>\r
-you try to unset/set an option for which multiple lines match.\r
+you try to unset/set an option for which multiple lines match, or\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+you use --global option without $HOME being properly set.\r
 </p>\r
 </li>\r
 </ol>\r
@@ -370,11 +375,19 @@ you try to unset/set an option for which multiple lines match.
 </p>\r
 </dd>\r
 <dt>\r
+--global\r
+</dt>\r
+<dd>\r
+<p>\r
+        Use global ~/.gitconfig file rather than the repository .git/config.\r
+</p>\r
+</dd>\r
+<dt>\r
 --unset\r
 </dt>\r
 <dd>\r
 <p>\r
-        Remove the line matching the key from .git/config.\r
+        Remove the line matching the key from config file.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -382,7 +395,7 @@ you try to unset/set an option for which multiple lines match.
 </dt>\r
 <dd>\r
 <p>\r
-        Remove all matching lines from .git/config.\r
+        Remove all matching lines from config file.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -390,7 +403,7 @@ you try to unset/set an option for which multiple lines match.
 </dt>\r
 <dd>\r
 <p>\r
-        List all variables set in .git/config.\r
+        List all variables set in config file.\r
 </p>\r
 </dd>\r
 </dl>\r
@@ -404,6 +417,7 @@ GIT_CONFIG
 <dd>\r
 <p>\r
         Take the configuration from the given file instead of .git/config.\r
+        Using the "--global" option forces this to ~/.gitconfig.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -1078,7 +1092,7 @@ receive.denyNonFastforwads
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 02-Nov-2006 00:22:39 UTC\r
+Last updated 03-Nov-2006 02:39:58 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8a1ab61e943aba92aed6734c949b196850914a3a..8199615dde6630124c155bb4a296603dc8829c83 100644 (file)
@@ -3,19 +3,19 @@ git-repo-config(1)
 
 NAME
 ----
-git-repo-config - Get and set options in .git/config
+git-repo-config - Get and set repository or global options.
 
 
 SYNOPSIS
 --------
 [verse]
-'git-repo-config' [type] name [value [value_regex]]
-'git-repo-config' [type] --replace-all name [value [value_regex]]
-'git-repo-config' [type] --get name [value_regex]
-'git-repo-config' [type] --get-all name [value_regex]
-'git-repo-config' [type] --unset name [value_regex]
-'git-repo-config' [type] --unset-all name [value_regex]
-'git-repo-config' -l | --list
+'git-repo-config' [--global] [type] name [value [value_regex]]
+'git-repo-config' [--global] [type] --replace-all name [value [value_regex]]
+'git-repo-config' [--global] [type] --get name [value_regex]
+'git-repo-config' [--global] [type] --get-all name [value_regex]
+'git-repo-config' [--global] [type] --unset name [value_regex]
+'git-repo-config' [--global] [type] --unset-all name [value_regex]
+'git-repo-config' [--global] -l | --list
 
 DESCRIPTION
 -----------
@@ -41,8 +41,9 @@ This command will fail if:
 . Can not write to .git/config,
 . no section was provided,
 . the section or key is invalid,
-. you try to unset an option which does not exist, or
-. you try to unset/set an option for which multiple lines match.
+. you try to unset an option which does not exist,
+. you try to unset/set an option for which multiple lines match, or
+. you use --global option without $HOME being properly set.
 
 
 OPTIONS
@@ -64,14 +65,17 @@ OPTIONS
 --get-regexp::
        Like --get-all, but interprets the name as a regular expression.
 
+--global::
+       Use global ~/.gitconfig file rather than the repository .git/config.
+
 --unset::
-       Remove the line matching the key from .git/config.
+       Remove the line matching the key from config file.
 
 --unset-all::
-       Remove all matching lines from .git/config.
+       Remove all matching lines from config file.
 
 -l, --list::
-       List all variables set in .git/config.
+       List all variables set in config file.
 
 
 ENVIRONMENT
@@ -79,6 +83,7 @@ ENVIRONMENT
 
 GIT_CONFIG::
        Take the configuration from the given file instead of .git/config.
+       Using the "--global" option forces this to ~/.gitconfig.
 
 GIT_CONFIG_LOCAL::
        Currently the same as $GIT_CONFIG; when Git will support global