--numstat::
Similar to \--stat, but shows number of added and
deleted lines in decimal notation and pathname without
- abbreviation, to make it more machine friendly.
+ abbreviation, to make it more machine friendly. For
+ binary files, outputs two `-` instead of saying
+ `0 0`.
--shortstat::
Output only the last line of the --stat format containing total
<p>\r
Similar to --stat, but shows number of added and\r
deleted lines in decimal notation and pathname without\r
- abbreviation, to make it more machine friendly. Turns\r
- off "apply".\r
+ abbreviation, to make it more machine friendly. For\r
+ binary files, outputs two <tt>-</tt> instead of saying\r
+ <tt>0 0</tt>. Turns off "apply".\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 18-Nov-2006 22:17:47 UTC\r
+Last updated 26-Dec-2006 09:11:30 UTC\r
</div>\r
</div>\r
</body>\r
--numstat::
Similar to \--stat, but shows number of added and
deleted lines in decimal notation and pathname without
- abbreviation, to make it more machine friendly. Turns
- off "apply".
+ abbreviation, to make it more machine friendly. For
+ binary files, outputs two `-` instead of saying
+ `0 0`. Turns off "apply".
--summary::
Instead of applying the patch, output a condensed
<p>\r
Similar to --stat, but shows number of added and\r
deleted lines in decimal notation and pathname without\r
- abbreviation, to make it more machine friendly.\r
+ abbreviation, to make it more machine friendly. For\r
+ binary files, outputs two <tt>-</tt> instead of saying\r
+ <tt>0 0</tt>.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 16-Dec-2006 07:43:47 UTC\r
+Last updated 26-Dec-2006 09:11:30 UTC\r
</div>\r
</div>\r
</body>\r
<p>\r
Similar to --stat, but shows number of added and\r
deleted lines in decimal notation and pathname without\r
- abbreviation, to make it more machine friendly.\r
+ abbreviation, to make it more machine friendly. For\r
+ binary files, outputs two <tt>-</tt> instead of saying\r
+ <tt>0 0</tt>.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 16-Dec-2006 07:43:48 UTC\r
+Last updated 26-Dec-2006 09:11:31 UTC\r
</div>\r
</div>\r
</body>\r
<p>\r
Similar to --stat, but shows number of added and\r
deleted lines in decimal notation and pathname without\r
- abbreviation, to make it more machine friendly.\r
+ abbreviation, to make it more machine friendly. For\r
+ binary files, outputs two <tt>-</tt> instead of saying\r
+ <tt>0 0</tt>.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 16-Dec-2006 07:43:49 UTC\r
+Last updated 26-Dec-2006 09:11:33 UTC\r
</div>\r
</div>\r
</body>\r
<p>\r
Similar to --stat, but shows number of added and\r
deleted lines in decimal notation and pathname without\r
- abbreviation, to make it more machine friendly.\r
+ abbreviation, to make it more machine friendly. For\r
+ binary files, outputs two <tt>-</tt> instead of saying\r
+ <tt>0 0</tt>.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 16-Dec-2006 07:43:50 UTC\r
+Last updated 26-Dec-2006 09:11:33 UTC\r
</div>\r
</div>\r
</body>\r
<p>\r
Similar to --stat, but shows number of added and\r
deleted lines in decimal notation and pathname without\r
- abbreviation, to make it more machine friendly.\r
+ abbreviation, to make it more machine friendly. For\r
+ binary files, outputs two <tt>-</tt> instead of saying\r
+ <tt>0 0</tt>.\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 21-Dec-2006 02:25:50 UTC\r
+Last updated 26-Dec-2006 09:11:34 UTC\r
</div>\r
</div>\r
</body>\r
</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p><em>git-reset</em> [--mixed | --soft | --hard] [<commit-ish>]</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-reset</em> [--mixed | --soft | --hard] [<commit>]\r
+<em>git-reset</em> [--mixed] <commit> [--] <paths>…</div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
the undo in the history.</p>\r
<p>If you want to undo a commit other than the latest on a branch,\r
<a href="git-revert.html">git-revert(1)</a> is your friend.</p>\r
+<p>The second form with <em>paths</em> is used to revert selected paths in\r
+the index from a given commit, without moving HEAD.</p>\r
</div>\r
<h2>OPTIONS</h2>\r
<div class="sectionbody">\r
<p>\r
Matches the working tree and index to that of the tree being\r
switched to. Any changes to tracked files in the working tree\r
- since <commit-ish> are lost.\r
+ since <commit> are lost.\r
</p>\r
</dd>\r
<dt>\r
-<commit-ish>\r
+<commit>\r
</dt>\r
<dd>\r
<p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 16-Dec-2006 07:43:52 UTC\r
+Last updated 26-Dec-2006 09:11:35 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
-'git-reset' [--mixed | --soft | --hard] [<commit-ish>]
+[verse]
+'git-reset' [--mixed | --soft | --hard] [<commit>]
+'git-reset' [--mixed] <commit> [--] <paths>...
DESCRIPTION
-----------
If you want to undo a commit other than the latest on a branch,
gitlink:git-revert[1] is your friend.
+The second form with 'paths' is used to revert selected paths in
+the index from a given commit, without moving HEAD.
+
+
OPTIONS
-------
--mixed::
--hard::
Matches the working tree and index to that of the tree being
switched to. Any changes to tracked files in the working tree
- since <commit-ish> are lost.
+ since <commit> are lost.
-<commit-ish>::
+<commit>::
Commit to make the current HEAD.
Examples
<div class="verseblock">\r
<div class="content"><em>git-show-branch</em> [--all] [--remotes] [--topo-order] [--current]\r
[--more=<n> | --list | --independent | --merge-base]\r
- [--no-name | --sha1-name] [--topics] [<rev> | <glob>]…</div></div>\r
+ [--no-name | --sha1-name] [--topics] [<rev> | <glob>]…\r
+<em>git-show-branch</em> --reflog[=<n>] <ref></div></div>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
topic1 topic2"\r
</p>\r
</dd>\r
+<dt>\r
+--reflog[=<n>] <ref>\r
+</dt>\r
+<dd>\r
+<p>\r
+ Shows <n> most recent ref-log entries for the given ref.\r
+</p>\r
+</dd>\r
</dl>\r
<p>Note that --more, --list, --independent and --merge-base options\r
are mutually exclusive.</p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 23-Dec-2006 10:29:46 UTC\r
+Last updated 26-Dec-2006 09:11:36 UTC\r
</div>\r
</div>\r
</body>\r
'git-show-branch' [--all] [--remotes] [--topo-order] [--current]
[--more=<n> | --list | --independent | --merge-base]
[--no-name | --sha1-name] [--topics] [<rev> | <glob>]...
+'git-show-branch' --reflog[=<n>] <ref>
DESCRIPTION
-----------
will show the revisions given by "git rev-list {caret}master
topic1 topic2"
+--reflog[=<n>] <ref>::
+ Shows <n> most recent ref-log entries for the given ref.
+
+
Note that --more, --list, --independent and --merge-base options
are mutually exclusive.