<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
<head>\r
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 7.0.1" />\r
+<meta name="generator" content="AsciiDoc 7.0.2" />\r
<style type="text/css">\r
/* Debug borders */\r
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {\r
</p>\r
</dd>\r
<dt>\r
+--git-dir\r
+</dt>\r
+<dd>\r
+<p>\r
+ Show <tt>$GIT_DIR</tt> if defined else show the path to the .git directory.\r
+</p>\r
+</dd>\r
+<dt>\r
+--short, short=number\r
+</dt>\r
+<dd>\r
+<p>\r
+ Instead of outputting the full SHA1 values of object names try to\r
+ abbriviate them to a shorter unique name. When no length is specified\r
+ 7 is used. The minimum length is 4.\r
+</p>\r
+</dd>\r
+<dt>\r
--since=datestring, --after=datestring\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:39 PDT\r
+Last updated 19-Feb-2006 08:45:15 UTC\r
</div>\r
</div>\r
</body>\r
path of the top-level directory relative to the current
directory (typically a sequence of "../", or an empty string).
+--git-dir::
+ Show `$GIT_DIR` if defined else show the path to the .git directory.
+
+--short, short=number::
+ Instead of outputting the full SHA1 values of object names try to
+ abbriviate them to a shorter unique name. When no length is specified
+ 7 is used. The minimum length is 4.
+
--since=datestring, --after=datestring::
Parses the date string, and outputs corresponding
--max-age= parameter for git-rev-list command.