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 @@
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