variable and the '--work-tree' command line option.
core.logAllRefUpdates::
- Updates to a ref <ref> is logged to the file
+ Enable the reflog. Updates to a ref <ref> is logged to the file
"$GIT_DIR/logs/<ref>", by appending the new and old
SHA1, the date/time and the reason of the update, but
only when the file exists. If this configuration
</dt>\r
<dd>\r
<p>\r
- Quiet, supress feedback messages.\r
+ Quiet, suppress feedback messages.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:33 UTC\r
+Last updated 21-Aug-2007 02:20:17 UTC\r
</div>\r
</div>\r
</body>\r
OPTIONS
-------
-q::
- Quiet, supress feedback messages.
+ Quiet, suppress feedback messages.
-f::
Proceed even if the index or the working tree differs
</dt>\r
<dd>\r
<p>\r
- Updates to a ref <ref> is logged to the file\r
+ Enable the reflog. Updates to a ref <ref> is logged to the file\r
"$GIT_DIR/logs/<ref>", by appending the new and old\r
SHA1, the date/time and the reason of the update, but\r
only when the file exists. If this configuration\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 04-Aug-2007 00:27:12 UTC\r
+Last updated 21-Aug-2007 02:20:17 UTC\r
</div>\r
</div>\r
</body>\r
<p>\r
Show commits as they were recorded in the reflog. The log contains\r
a record about how the tip of a reference was changed.\r
+ Cannot be combined with --reverse.\r
See also <a href="git-reflog.html">git-reflog(1)</a>.\r
</p>\r
</dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 14-Aug-2007 09:42:24 UTC\r
+Last updated 21-Aug-2007 02:20:18 UTC\r
</div>\r
</div>\r
</body>\r
-g, \--walk-reflogs::
Show commits as they were recorded in the reflog. The log contains
a record about how the tip of a reference was changed.
+ Cannot be combined with --reverse.
See also gitlink:git-reflog[1].
--decorate::
taken from the reflog. By default, <em>commit@{Nth}</em> notation is\r
used in the output. When the starting commit is specified as\r
instead. Under <em>--pretty=oneline</em>, the commit message is\r
-prefixed with this information on the same line.\r
+prefixed with this information on the same line.<br />\r
+Cannot be combined with --reverse.\r
</p>\r
</dd>\r
<dt>\r
<dd>\r
<p>\r
Output the commits in reverse order.\r
+ Cannot be combined with --walk-reflogs.\r
</p>\r
</dd>\r
</dl>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 25-Jul-2007 08:53:10 UTC\r
+Last updated 21-Aug-2007 02:20:19 UTC\r
</div>\r
</div>\r
</body>\r
'commit@{now}', output also uses 'commit@\{timestamp}' notation
instead. Under '\--pretty=oneline', the commit message is
prefixed with this information on the same line.
++
+Cannot be combined with --reverse.
--merge::
--reverse::
Output the commits in reverse order.
+ Cannot be combined with --walk-reflogs.
Object Traversal
~~~~~~~~~~~~~~~~
A colon, optionally followed by a stage number (0 to 3) and a\r
colon, followed by a path; this names a blob object in the\r
index at the given path. Missing stage number (and the colon\r
- that follows it) names an stage 0 entry.\r
+ that follows it) names an stage 0 entry. During a merge, stage\r
+ 1 is the common ancestor, stage 2 is the target branch's version\r
+ (typically the current branch), and stage 3 is the version from\r
+ the branch being merged.\r
</p>\r
</li>\r
</ul>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 10-Aug-2007 09:49:28 UTC\r
+Last updated 21-Aug-2007 02:20:19 UTC\r
</div>\r
</div>\r
</body>\r
* A colon, optionally followed by a stage number (0 to 3) and a
colon, followed by a path; this names a blob object in the
index at the given path. Missing stage number (and the colon
- that follows it) names an stage 0 entry.
+ that follows it) names an stage 0 entry. During a merge, stage
+ 1 is the common ancestor, stage 2 is the target branch's version
+ (typically the current branch), and stage 3 is the version from
+ the branch being merged.
Here is an illustration, by Jon Loeliger. Both node B and C are
a commit parents of commit node A. Parent commits are ordered
If this is set, do not add the From: address to the cc: list, if it\r
shows up in a From: line.\r
Default is the value of <em>sendemail.suppressfrom</em> configuration value;\r
- if that is unspecified, default to --no-supress-from.\r
+ if that is unspecified, default to --no-suppress-from.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 18-Aug-2007 07:20:23 UTC\r
+Last updated 21-Aug-2007 02:20:20 UTC\r
</div>\r
</div>\r
</body>\r
If this is set, do not add the From: address to the cc: list, if it
shows up in a From: line.
Default is the value of 'sendemail.suppressfrom' configuration value;
- if that is unspecified, default to --no-supress-from.
+ if that is unspecified, default to --no-suppress-from.
--thread, --no-thread::
If this is set, the In-Reply-To header will be set on each email sent.
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content"><em>git</em> [--version] [--exec-path[=GIT_EXEC_PATH]] [-p|--paginate]\r
+<div class="content"><em>git</em> [--version] [--exec-path[=GIT_EXEC_PATH]]\r
+ [-p|--paginate|--no-pager]\r
[--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE]\r
[--help] COMMAND [ARGS]</div></div>\r
</div>\r
</p>\r
</dd>\r
<dt>\r
+--no-pager\r
+</dt>\r
+<dd>\r
+<p>\r
+ Do not pipe git output into a pager.\r
+</p>\r
+</dd>\r
+<dt>\r
--git-dir=<path>\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 16-Aug-2007 04:58:55 UTC\r
+Last updated 21-Aug-2007 02:20:20 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
[verse]
-'git' [--version] [--exec-path[=GIT_EXEC_PATH]] [-p|--paginate]
+'git' [--version] [--exec-path[=GIT_EXEC_PATH]]
+ [-p|--paginate|--no-pager]
[--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE]
[--help] COMMAND [ARGS]
-p|--paginate::
Pipe all output into 'less' (or if set, $PAGER).
+--no-pager::
+ Do not pipe git output into a pager.
+
--git-dir=<path>::
Set the path to the repository. This can also be controlled by
setting the GIT_DIR environment variable.