A comma separated list of common whitespace problems to
notice. 'git-diff' will use `color.diff.whitespace` to
highlight them, and 'git-apply --whitespace=error' will
- consider them as errors:
+ consider them as errors. You can prefix `-` to disable
+ any of them (e.g. `-trailing-space`):
+
* `trailing-space` treats trailing whitespaces at the end of the line
as an error (enabled by default).
<div class="sectionbody">\r
<div class="verseblock">\r
<div class="content"><em>git checkout</em> [-q] [-f] [[--track | --no-track] -b <new_branch> [-l]] [-m] [<branch>]\r
-<em>git checkout</em> [<tree-ish>] <paths>…</div></div>\r
+<em>git checkout</em> [<tree-ish>] [--] <paths>…</div></div>\r
</div>\r
<h2 id="_description">DESCRIPTION</h2>\r
<div class="sectionbody">\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 2008-07-06 05:16:37 UTC\r
+Last updated 2008-07-26 06:45:37 UTC\r
</div>\r
</div>\r
</body>\r
--------
[verse]
'git checkout' [-q] [-f] [[--track | --no-track] -b <new_branch> [-l]] [-m] [<branch>]
-'git checkout' [<tree-ish>] <paths>...
+'git checkout' [<tree-ish>] [--] <paths>...
DESCRIPTION
-----------
</dt>\r
<dd>\r
<p>\r
- Operate quietly. This flag is passed to "rsync" and\r
- <em>git-fetch-pack</em> commands when given.\r
+ Operate quietly. This flag is also passed to the `rsync'\r
+ command when given.\r
</p>\r
</dd>\r
<dt>\r
</dt>\r
<dd>\r
<p>\r
- When given, and the repository to clone from is handled\r
- by <em>git-fetch-pack</em>, <tt>--exec=<upload-pack></tt> is passed to\r
- the command to specify non-default path for the command\r
+ When given, and the repository to clone from is accessed\r
+ via ssh, this specifies a non-default path for the command\r
run on the other end.\r
</p>\r
</dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 2008-07-06 05:16:38 UTC\r
+Last updated 2008-07-26 06:45:37 UTC\r
</div>\r
</div>\r
</body>\r
--quiet::
-q::
- Operate quietly. This flag is passed to "rsync" and
- 'git-fetch-pack' commands when given.
+ Operate quietly. This flag is also passed to the `rsync'
+ command when given.
--no-checkout::
-n::
--upload-pack <upload-pack>::
-u <upload-pack>::
- When given, and the repository to clone from is handled
- by 'git-fetch-pack', `--exec=<upload-pack>` is passed to
- the command to specify non-default path for the command
+ When given, and the repository to clone from is accessed
+ via ssh, this specifies a non-default path for the command
run on the other end.
--template=<template_directory>::
A comma separated list of common whitespace problems to\r
notice. <em>git-diff</em> will use <tt>color.diff.whitespace</tt> to\r
highlight them, and <em>git-apply --whitespace=error</em> will\r
- consider them as errors:\r
+ consider them as errors. You can prefix <tt>-</tt> to disable\r
+ any of them (e.g. <tt>-trailing-space</tt>):\r
</p>\r
<div class="ilist"><ul>\r
<li>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 2008-07-09 19:53:03 UTC\r
+Last updated 2008-07-26 06:45:38 UTC\r
</div>\r
</div>\r
</body>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content"><em>git tag</em> [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <name> [<head>]\r
+<div class="content"><em>git tag</em> [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\r
+ <name> [<commit> | <object>]\r
<em>git tag</em> -d <name>…\r
<em>git tag</em> [-n[<num>]] -l [<pattern>]\r
<em>git tag</em> -v <name>…</div></div>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 2008-07-22 09:19:17 UTC\r
+Last updated 2008-07-26 06:45:38 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
[verse]
-'git tag' [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <name> [<head>]
+'git tag' [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]
+ <name> [<commit> | <object>]
'git tag' -d <name>...
'git tag' [-n[<num>]] -l [<pattern>]
'git tag' -v <name>...