<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<div class="content"><em>git-fsck</em> [--tags] [--root] [--unreachable] [--cache]\r
+<div class="content"><em>git-fsck</em> [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]\r
[--full] [--strict] [<object>*]</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
</p>\r
</dd>\r
<dt>\r
+--no-reflogs\r
+</dt>\r
+<dd>\r
+<p>\r
+ Do not consider commits that are referenced only by an\r
+ entry in a reflog to be reachable. This option is meant\r
+ only to search for commits that used to be in a ref, but\r
+ now aren't, but are still in that corresponding reflog.\r
+</p>\r
+</dd>\r
+<dt>\r
--full\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:43 UTC\r
+Last updated 06-Apr-2007 00:51:16 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
[verse]
-'git-fsck' [--tags] [--root] [--unreachable] [--cache]
+'git-fsck' [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]
[--full] [--strict] [<object>*]
DESCRIPTION
Consider any object recorded in the index also as a head node for
an unreachability trace.
+--no-reflogs::
+ Do not consider commits that are referenced only by an
+ entry in a reflog to be reachable. This option is meant
+ only to search for commits that used to be in a ref, but
+ now aren't, but are still in that corresponding reflog.
+
--full::
Check not just objects in GIT_OBJECT_DIRECTORY
($GIT_DIR/objects), but also the ones found in alternate
[ --stdin ]\r
[ --topo-order ]\r
[ --parents ]\r
+ [ --left-right ]\r
[ --encoding[=<encoding>] ]\r
[ --(author|committer|grep)=<pattern> ]\r
[ [--objects | --objects-edge] [ --unpacked ] ]\r
Print the parents of the commit.\r
</p>\r
</dd>\r
+<dt>\r
+--left-right\r
+</dt>\r
+<dd>\r
+<p>\r
+ Mark which side of a symmetric diff a commit is reachable from.\r
+ Commits from the left side are prefixed with <tt><</tt> and those from\r
+ the right with <tt>></tt>. If combined with <tt>--boundary</tt>, those\r
+ commits are prefixed with <tt>-</tt>.\r
+</p>\r
+<p>For example, if you have this topology:</p>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt> y---b---b branch B\r
+ / \ /\r
+ / .\r
+ / / \\r
+ o---x---a---a branch A</tt></pre>\r
+</div></div>\r
+<p>you would get an output line this:</p>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt> $ git rev-list --left-right --boundary --pretty=oneline A...B\r
+\r
+ >bbbbbbb... 3rd on b\r
+ >bbbbbbb... 2nd on b\r
+ <aaaaaaa... 3rd on a\r
+ <aaaaaaa... 2nd on a\r
+ -yyyyyyy... 1st on b\r
+ -xxxxxxx... 1st on a</tt></pre>\r
+</div></div>\r
+</dd>\r
</dl>\r
</li>\r
</ul>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:13 UTC\r
+Last updated 06-Apr-2007 00:51:16 UTC\r
</div>\r
</div>\r
</body>\r
[ \--stdin ]
[ \--topo-order ]
[ \--parents ]
+ [ \--left-right ]
[ \--encoding[=<encoding>] ]
[ \--(author|committer|grep)=<pattern> ]
[ [\--objects | \--objects-edge] [ \--unpacked ] ]
Print the parents of the commit.
+--left-right::
+
+ Mark which side of a symmetric diff a commit is reachable from.
+ Commits from the left side are prefixed with `<` and those from
+ the right with `>`. If combined with `--boundary`, those
+ commits are prefixed with `-`.
++
+For example, if you have this topology:
++
+-----------------------------------------------------------------------
+ y---b---b branch B
+ / \ /
+ / .
+ / / \
+ o---x---a---a branch A
+-----------------------------------------------------------------------
++
+you would get an output line this:
++
+-----------------------------------------------------------------------
+ $ git rev-list --left-right --boundary --pretty=oneline A...B
+
+ >bbbbbbb... 3rd on b
+ >bbbbbbb... 2nd on b
+ <aaaaaaa... 3rd on a
+ <aaaaaaa... 2nd on a
+ -yyyyyyy... 1st on b
+ -xxxxxxx... 1st on a
+-----------------------------------------------------------------------
+
Diff Formatting
~~~~~~~~~~~~~~~
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 04-Apr-2007 18:34:38 UTC\r
+Last updated 06-Apr-2007 00:51:17 UTC\r
</div>\r
</div>\r
</body>\r