From 78de79ce9656ab01a9ff73188ecb43fc3f6904f2 Mon Sep 17 00:00:00 2001 From: Nicolai Skogheim Date: Fri, 24 Jul 2015 18:03:12 +0200 Subject: [PATCH] Add info about new options to man pages --- man/git-effort.1 | 28 ++++++++++++++++++++++++++-- man/git-effort.html | 26 ++++++++++++++++++++++---- man/git-effort.md | 21 +++++++++++++++++++-- 3 files changed, 67 insertions(+), 8 deletions(-) diff --git a/man/git-effort.1 b/man/git-effort.1 index 64e1f75..5813cad 100644 --- a/man/git-effort.1 +++ b/man/git-effort.1 @@ -1,13 +1,13 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GIT\-EFFORT" "1" "April 2015" "" "" +.TH "GIT\-EFFORT" "1" "July 2015" "" "Git Extras" . .SH "NAME" \fBgit\-effort\fR \- Show effort statistics on file(s) . .SH "SYNOPSIS" -\fBgit\-effort\fR [\-\-above ] [] +\fBgit\-effort\fR [\-\-above ] [] [] . .SH "DESCRIPTION" Shows effort statistics about files in the repository\. @@ -28,6 +28,18 @@ Display includes: Ignore files with commits <= a value\. . .P +Run +. +.br +man \-P \'less +/Commit\e Limiting\' git\-log +. +.br +to read about options to limit which commits are counted\. +. +.P +Note: \fBgit\-effort\fR does not accept commit ranges\. +. +.P . .P @@ -53,6 +65,18 @@ $ git effort \-\-above 5 git\-summary 8 6 git\-delete\-branch 8 6 git\-repl 7 5 + + +$ git effort \-\-after="one year ago" \-\-above 5 \-\-author="Leila Muhtasib" + + file commits active days + + git\-extras 15 12 + git\-release 6 9 + git\-effort 6 2 + git\-ignore 4 4 + git\-changelog 3 5 + git\-graft 2 3 . .fi . diff --git a/man/git-effort.html b/man/git-effort.html index 0000ee1..b72b5eb 100644 --- a/man/git-effort.html +++ b/man/git-effort.html @@ -65,7 +65,7 @@
  1. git-effort(1)
  2. -
  3. +
  4. Git Extras
  5. git-effort(1)
@@ -76,7 +76,7 @@

SYNOPSIS

-

git-effort [--above <value>] [<filename>]

+

git-effort [--above <value>] [<options>] [<filename>]

DESCRIPTION

@@ -92,6 +92,12 @@

Ignore files with commits <= a value.

+

Run
+ man -P 'less +/Commit\ Limiting' git-log
+ to read about options to limit which commits are counted.

+ +

Note: git-effort does not accept commit ranges.

+

<filename>

Only display effort statistics for a specific filename.

@@ -113,11 +119,23 @@ git-summary 8 6 git-delete-branch 8 6 git-repl 7 5 + + +$ git effort --after="one year ago" --above 5 --author="Leila Muhtasib" + + file commits active days + + git-extras 15 12 + git-release 6 9 + git-effort 6 2 + git-ignore 4 4 + git-changelog 3 5 + git-graft 2 3

AUTHOR

-

Written by Leila Muhtasib <muhtasib@gmail.com>

+

Written by Leila Muhtasib <muhtasib@gmail.com>

REPORTING BUGS

@@ -130,7 +148,7 @@
  1. -
  2. April 2015
  3. +
  4. July 2015
  5. git-effort(1)
diff --git a/man/git-effort.md b/man/git-effort.md index ff7e727..764420d 100644 --- a/man/git-effort.md +++ b/man/git-effort.md @@ -3,7 +3,7 @@ git-effort(1) -- Show effort statistics on file(s) ## SYNOPSIS -`git-effort` [--above <value>] [<filename>] +`git-effort` [--above <value>] [<options>] [<filename>] ## DESCRIPTION @@ -19,6 +19,12 @@ git-effort(1) -- Show effort statistics on file(s) Ignore files with commits <= a value. + Run + man -P 'less +/Commit\ Limiting' git-log + to read about options to limit which commits are counted. + + Note: `git-effort` does not accept commit ranges. + <filename> Only display effort statistics for a specific filename. @@ -42,6 +48,17 @@ git-effort(1) -- Show effort statistics on file(s) git-repl 7 5 + $ git effort --after="one year ago" --above 5 --author="Leila Muhtasib" + + file commits active days + + git-extras 15 12 + git-release 6 9 + git-effort 6 2 + git-ignore 4 4 + git-changelog 3 5 + git-graft 2 3 + ## AUTHOR Written by Leila Muhtasib <> @@ -52,4 +69,4 @@ Written by Leila Muhtasib <> ## SEE ALSO -<> \ No newline at end of file +<>