Add 'exit' to git-repl command documentation

This commit is contained in:
William Montgomery 2016-08-11 15:54:24 -04:00
parent 554d779344
commit d6f505f85a
4 changed files with 12 additions and 3 deletions

View file

@ -248,6 +248,8 @@ bin/git-release
git> quit
```
You can use `exit` instead of `quit`.
## git commits-since
List commits since `date` (defaults to "last week"):

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-REPL" "1" "December 2015" "" ""
.TH "GIT\-REPL" "1" "August 2016" "" ""
.
.SH "NAME"
\fBgit\-repl\fR \- git read\-eval\-print\-loop
@ -37,6 +37,9 @@ git> quit
.
.IP "" 0
.
.P
You can use \fBexit\fR instead of \fBquit\fR\.
.
.SH "EXAMPLES"
.
.SH "AUTHOR"

View file

@ -100,11 +100,13 @@ bin/git-release
git> quit
</code></pre>
<p> You can use <code>exit</code> instead of <code>quit</code>.</p>
<h2 id="EXAMPLES">EXAMPLES</h2>
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Tj Holowaychuk &lt;<a href="&#109;&#97;&#105;&#x6c;&#116;&#111;&#58;&#116;&#106;&#64;&#x76;&#105;&#x73;&#x69;&#x6f;&#110;&#x2d;&#109;&#101;&#100;&#x69;&#x61;&#x2e;&#99;&#x61;" data-bare-link="true">&#x74;&#106;&#x40;&#x76;&#x69;&#115;&#x69;&#x6f;&#x6e;&#45;&#x6d;&#x65;&#x64;&#x69;&#97;&#x2e;&#99;&#97;</a>&gt;</p>
<p>Written by Tj Holowaychuk &lt;<a href="&#x6d;&#x61;&#x69;&#x6c;&#116;&#x6f;&#58;&#116;&#x6a;&#x40;&#118;&#x69;&#115;&#x69;&#x6f;&#x6e;&#45;&#x6d;&#x65;&#x64;&#x69;&#97;&#46;&#x63;&#x61;" data-bare-link="true">&#116;&#106;&#x40;&#118;&#x69;&#115;&#x69;&#111;&#x6e;&#45;&#109;&#x65;&#100;&#105;&#97;&#46;&#x63;&#x61;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
@ -117,7 +119,7 @@ git&gt; quit
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>December 2015</li>
<li class='tc'>August 2016</li>
<li class='tr'>git-repl(1)</li>
</ol>

View file

@ -26,6 +26,8 @@ git-repl(1) -- git read-eval-print-loop
git> quit
You can use `exit` instead of `quit`.
## EXAMPLES
## AUTHOR