</p>\r
</dd>\r
<dt>\r
---list\r
+--list, -l\r
</dt>\r
<dd>\r
<p>\r
</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=<prefix>/\r
</dt>\r
<dd>\r
</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
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.
</p>\r
</dd>\r
<dt>\r
--r|--replay\r
+-r\r
</dt>\r
<dd>\r
<p>\r
</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
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.
<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
</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
</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
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
-----------
--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.
<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
</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
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