mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
effort docs: add note about omitting unsorted results
This commit is contained in:
parent
d51f4fde37
commit
b1fba8f3fe
|
|
@ -46,6 +46,9 @@ Note: \fBgit\-effort\fR does not accept commit ranges\.
|
|||
Only count commits that touches the given paths\.
|
||||
.
|
||||
.SH "EXAMPLES"
|
||||
Note: Output will first appear unsorted, then the screen is cleared and the sorted list is output\. The initial unsorted list is not shown in the examples for brevity\.
|
||||
.
|
||||
.P
|
||||
Displays "effort" statistics:
|
||||
.
|
||||
.IP "" 4
|
||||
|
|
|
|||
|
|
@ -104,6 +104,9 @@
|
|||
|
||||
<h2 id="EXAMPLES">EXAMPLES</h2>
|
||||
|
||||
<p> Note: Output will first appear unsorted, then the screen is cleared and the sorted
|
||||
list is output. The initial unsorted list is not shown in the examples for brevity.</p>
|
||||
|
||||
<p> Displays "effort" statistics:</p>
|
||||
|
||||
<pre><code>$ git effort --above 5
|
||||
|
|
@ -145,7 +148,7 @@ $ git effort --after="one year ago" --above 5 --author="Leila Muhtasib"
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Leila Muhtasib <<a href="mailto:muhtasib@gmail.com" data-bare-link="true">muhtasib@gmail.com</a>></p>
|
||||
<p>Written by Leila Muhtasib <<a href="mailto:muhtasib@gmail.com" data-bare-link="true">muhtasib@gmail.com</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,9 @@ git-effort(1) -- Show effort statistics on file(s)
|
|||
|
||||
## EXAMPLES
|
||||
|
||||
Note: Output will first appear unsorted, then the screen is cleared and the sorted
|
||||
list is output. The initial unsorted list is not shown in the examples for brevity.
|
||||
|
||||
Displays "effort" statistics:
|
||||
|
||||
$ git effort --above 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue