Autogenerated HTML docs for v1.5.1.1-190-g74474
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 20 Apr 2007 07:20:14 +0000 (07:20 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 20 Apr 2007 07:20:14 +0000 (07:20 +0000)
git-archive.html
git-archive.txt
git-cherry-pick.html
git-cherry-pick.txt
git-config.html
git-config.txt
tutorial.html
tutorial.txt

index 39cd9adceef8864ca9ef1fb6e18e215ba2fbc9c2..616c72d1b1218cce7d2d024d5d4a96d2275ccf00 100644 (file)
@@ -302,7 +302,7 @@ comment.</p>
 </p>\r
 </dd>\r
 <dt>\r
---list\r
+--list, -l\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -310,6 +310,14 @@ comment.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--verbose, -v\r
+</dt>\r
+<dd>\r
+<p>\r
+        Report progress to stderr.\r
+</p>\r
+</dd>\r
+<dt>\r
 --prefix=&lt;prefix&gt;/\r
 </dt>\r
 <dd>\r
@@ -445,7 +453,7 @@ git archive --format=zip --prefix=git-docs/ HEAD:Documentation/ &gt; git-1.4.0-d
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 10-Apr-2007 21:31:10 UTC\r
+Last updated 20-Apr-2007 07:19:54 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8d1041598e566a3ffc87cbe294c7800be1ab0c60..d3ca9a90cee97622d2a717d618da23d20aa248e4 100644 (file)
@@ -33,9 +33,12 @@ OPTIONS
        Format of the resulting archive: 'tar', 'zip'...  The default
        is 'tar'.
 
---list::
+--list, -l::
        Show all available formats.
 
+--verbose, -v::
+       Report progress to stderr.
+
 --prefix=<prefix>/::
        Prepend <prefix>/ to each filename in the archive.
 
index ccd872ad6820ec8861069be45da26cb24dc93532..1ee2b69646f24e602d6cb1758f310878b0950d40 100644 (file)
@@ -320,7 +320,7 @@ modifications from the HEAD commit).</p>
 </p>\r
 </dd>\r
 <dt>\r
--r|--replay\r
+-r\r
 </dt>\r
 <dd>\r
 <p>\r
@@ -362,7 +362,7 @@ effect to your working tree in a row.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:32 UTC\r
+Last updated 20-Apr-2007 07:19:54 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 3149d08da83f5cd7b92f13da47298791ce9a3737..68bba982606b5e17b730f0e5d4d201923231c235 100644 (file)
@@ -38,7 +38,7 @@ OPTIONS
        development branch), adding this information can be
        useful.
 
--r|--replay::
+-r::
        It used to be that the command defaulted to do `-x`
        described above, and `-r` was to disable it.  Now the
        default is not to do `-x` so this option is a no-op.
index 8245cf39808d28444780f69a9766bad28be63ee8..7ed664e53adb3732de38988c60392de9257283ec 100644 (file)
@@ -273,16 +273,16 @@ git-config(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-config</em> [--global] [type] name [value [value_regex]]\r
-<em>git-config</em> [--global] [type] --add name value\r
-<em>git-config</em> [--global] [type] --replace-all name [value [value_regex]]\r
-<em>git-config</em> [--global] [type] --get name [value_regex]\r
-<em>git-config</em> [--global] [type] --get-all name [value_regex]\r
-<em>git-config</em> [--global] [type] --unset name [value_regex]\r
-<em>git-config</em> [--global] [type] --unset-all name [value_regex]\r
-<em>git-config</em> [--global] [type] --rename-section old_name new_name\r
-<em>git-config</em> [--global] [type] --remove-section name\r
-<em>git-config</em> [--global] -l | --list</div></div>\r
+<div class="content"><em>git-config</em> [--system | --global] [type] name [value [value_regex]]\r
+<em>git-config</em> [--system | --global] [type] --add name value\r
+<em>git-config</em> [--system | --global] [type] --replace-all name [value [value_regex]]\r
+<em>git-config</em> [--system | --global] [type] --get name [value_regex]\r
+<em>git-config</em> [--system | --global] [type] --get-all name [value_regex]\r
+<em>git-config</em> [--system | --global] [type] --unset name [value_regex]\r
+<em>git-config</em> [--system | --global] [type] --unset-all name [value_regex]\r
+<em>git-config</em> [--system | --global] [type] --rename-section old_name new_name\r
+<em>git-config</em> [--system | --global] [type] --remove-section name\r
+<em>git-config</em> [--system | --global] -l | --list</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -396,6 +396,15 @@ you use --global option without $HOME being properly set.
 </p>\r
 </dd>\r
 <dt>\r
+--system\r
+</dt>\r
+<dd>\r
+<p>\r
+        Use system-wide $(prefix)/etc/gitconfig rather than the repository\r
+        .git/config.\r
+</p>\r
+</dd>\r
+<dt>\r
 --remove-section\r
 </dt>\r
 <dd>\r
@@ -1608,7 +1617,7 @@ transfer.unpackLimit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 18-Apr-2007 09:56:50 UTC\r
+Last updated 20-Apr-2007 07:19:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c759efb7fc6ebb69d9c6b59e23e31f33e0596675..280ef2058ca95e601243ae57946b80695234c41c 100644 (file)
@@ -9,16 +9,16 @@ git-config - Get and set repository or global options
 SYNOPSIS
 --------
 [verse]
-'git-config' [--global] [type] name [value [value_regex]]
-'git-config' [--global] [type] --add name value
-'git-config' [--global] [type] --replace-all name [value [value_regex]]
-'git-config' [--global] [type] --get name [value_regex]
-'git-config' [--global] [type] --get-all name [value_regex]
-'git-config' [--global] [type] --unset name [value_regex]
-'git-config' [--global] [type] --unset-all name [value_regex]
-'git-config' [--global] [type] --rename-section old_name new_name
-'git-config' [--global] [type] --remove-section name
-'git-config' [--global] -l | --list
+'git-config' [--system | --global] [type] name [value [value_regex]]
+'git-config' [--system | --global] [type] --add name value
+'git-config' [--system | --global] [type] --replace-all name [value [value_regex]]
+'git-config' [--system | --global] [type] --get name [value_regex]
+'git-config' [--system | --global] [type] --get-all name [value_regex]
+'git-config' [--system | --global] [type] --unset name [value_regex]
+'git-config' [--system | --global] [type] --unset-all name [value_regex]
+'git-config' [--system | --global] [type] --rename-section old_name new_name
+'git-config' [--system | --global] [type] --remove-section name
+'git-config' [--system | --global] -l | --list
 
 DESCRIPTION
 -----------
@@ -76,6 +76,10 @@ OPTIONS
 --global::
        Use global ~/.gitconfig file rather than the repository .git/config.
 
+--system::
+       Use system-wide $(prefix)/etc/gitconfig rather than the repository
+       .git/config.
+
 --remove-section::
        Remove the given section from the configuration file.
 
index b151746333520eb38ec9663d601a838082a4d5c0..8d47b3def07a4f8eb0876f92fa189d065b90d5b0 100644 (file)
@@ -355,8 +355,8 @@ make it real.</p>
 <p>Note: don't forget to <em>add</em> a file again if you modified it after the\r
 first <em>add</em> and before <em>commit</em>. Otherwise only the previous added\r
 state of that file will be committed. This is because git tracks\r
-content, so what you're really <em>add'ing to the commit is the <strong>content</strong>\r
-of the file in the state it is in when you 'add</em> it.</p>\r
+content, so what you're really <em>adding</em> to the commit is the <strong>content</strong>\r
+of the file in the state it is in when you <em>add</em> it.</p>\r
 <p>2) By using <em>git commit -a</em> directly</p>\r
 <p>This is a quick way to automatically <em>add</em> the content from all files\r
 that were modified since the previous commit, and perform the actual\r
@@ -781,7 +781,7 @@ digressions that may be interesting at this point are:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:39 UTC\r
+Last updated 20-Apr-2007 07:19:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 129c5c5f5b8657175db7efed2c06078affd05ab6..e978562d6e6b9685eb0835ff7e8bc131226a581d 100644 (file)
@@ -111,7 +111,7 @@ make it real.
 Note: don't forget to 'add' a file again if you modified it after the
 first 'add' and before 'commit'. Otherwise only the previous added
 state of that file will be committed. This is because git tracks
-content, so what you're really 'add'ing to the commit is the *content*
+content, so what you're really 'adding' to the commit is the *content*
 of the file in the state it is in when you 'add' it.
 
 2) By using 'git commit -a' directly