From b1fba8f3fe2daff5a8be9d1d2e94c2a5c2708479 Mon Sep 17 00:00:00 2001 From: Nicolai Skogheim Date: Sat, 8 Aug 2015 04:21:26 +0200 Subject: [PATCH] effort docs: add note about omitting unsorted results --- man/git-effort.1 | 3 +++ man/git-effort.html | 5 ++++- man/git-effort.md | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/man/git-effort.1 b/man/git-effort.1 index 19f066f..ce9afef 100644 --- a/man/git-effort.1 +++ b/man/git-effort.1 @@ -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 diff --git a/man/git-effort.html b/man/git-effort.html index 92f0670..f9d2a8f 100644 --- a/man/git-effort.html +++ b/man/git-effort.html @@ -104,6 +104,9 @@

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
@@ -145,7 +148,7 @@ $ git effort --after="one year ago" --above 5 --author="Leila Muhtasib"
 
 

AUTHOR

-

Written by Leila Muhtasib <muhtasib@gmail.com>

+

Written by Leila Muhtasib <muhtasib@gmail.com>

REPORTING BUGS

diff --git a/man/git-effort.md b/man/git-effort.md index b742702..da031be 100644 --- a/man/git-effort.md +++ b/man/git-effort.md @@ -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