</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p><em>git-status</em></p>\r
+<p><em>git-status</em> <options>…</p>\r
</div>\r
<h2>DESCRIPTION</h2>\r
<div class="sectionbody">\r
<p>If there is no path that is different between the index file and\r
the current HEAD commit, the command exits with non-zero\r
status.</p>\r
+<p>The command takes the same set of options as <tt>git-commit</tt>; it\r
+shows what would be committed if the same options are given to\r
+<tt>git-commit</tt>.</p>\r
</div>\r
<h2>OUTPUT</h2>\r
<div class="sectionbody">\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 15-Jul-2006 01:38:14 UTC\r
+Last updated 10-Aug-2006 00:17:59 UTC\r
</div>\r
</div>\r
</body>\r
SYNOPSIS
--------
-'git-status'
+'git-status' <options>...
DESCRIPTION
-----------
the current HEAD commit, the command exits with non-zero
status.
+The command takes the same set of options as `git-commit`; it
+shows what would be committed if the same options are given to
+`git-commit`.
+
OUTPUT
------
$ git cat-file -t 513feba2\r
blob\r
$ git cat-file blob 513feba2\r
+hello world!\r
hello world, again</tt></pre>\r
</div></div>\r
<p>So what our "git update-index" did was store a new blob and then put\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 15-Jul-2006 01:38:26 UTC\r
+Last updated 10-Aug-2006 00:18:00 UTC\r
</div>\r
</div>\r
</body>\r
$ git cat-file -t 513feba2
blob
$ git cat-file blob 513feba2
+hello world!
hello world, again
------------------------------------------------