diff --git a/man/git-effort.1 b/man/git-effort.1 new file mode 100644 index 0000000..62e49c7 --- /dev/null +++ b/man/git-effort.1 @@ -0,0 +1,68 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GIT\-EFFORT" "1" "June 2012" "" "" +. +.SH "NAME" +\fBgit\-effort\fR \- Show effort statistics on file(s) +. +.SH "SYNOPSIS" +\fBgit\-effort\fR [\-\-above ] [] +. +.SH "DESCRIPTION" +Shows effort statistics about files in the repository\. +. +.P +Display includes: +. +.br +\- Commits: number of commits per file \- highlighting files with most activity\. +. +.br +\- Active days: total number of days which contributed modifications to this file\. +. +.SH "OPTIONS" +\-\-above +. +.P +Ignore files with commits <= a value\. +. +.P + +. +.P +Only display effort statistics for a specific filename\. +. +.SH "EXAMPLES" +Displays "effort" statistics: +. +.IP "" 4 +. +.nf + +$ git effort \-\-above 5 + + file commits active days + + git\-extras 26 18 + git\-release 13 13 + git\-effort 13 2 + git\-ignore 11 7 + git\-changelog 11 8 + git\-graft 9 6 + git\-summary 8 6 + git\-delete\-branch 8 6 + git\-repl 7 5 +. +.fi +. +.IP "" 0 +. +.SH "AUTHOR" +Written by Leila Muhtasib <\fImuhtasib@gmail\.com\fR> +. +.SH "REPORTING BUGS" +<\fIhttp://github\.com/visionmedia/git\-extras/issues\fR> +. +.SH "SEE ALSO" +<\fIhttp://github\.com/visionmedia/git\-extras\fR> diff --git a/man/git-effort.html b/man/git-effort.html new file mode 100644 index 0000000..d348304 --- /dev/null +++ b/man/git-effort.html @@ -0,0 +1,139 @@ + + + + + + git-effort(1) - Show effort statistics on file(s) + + + + +
+ + + +
    +
  1. git-effort(1)
  2. +
  3. +
  4. git-effort(1)
  5. +
+ +

NAME

+

+ git-effort - Show effort statistics on file(s) +

+ +

SYNOPSIS

+ +

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

+ +

DESCRIPTION

+ +

Shows effort statistics about files in the repository.

+ +

Display includes:
+ - Commits: number of commits per file - highlighting files with most activity.
+ - Active days: total number of days which contributed modifications to this file.

+ +

OPTIONS

+ +

--above <value>

+ +

Ignore files with commits <= a value.

+ +

<filename>

+ +

Only display effort statistics for a specific filename.

+ +

EXAMPLES

+ +

Displays "effort" statistics:

+ +
$ git effort --above 5
+
+  file                                          commits    active days
+
+  git-extras                                    26         18
+  git-release                                   13         13
+  git-effort                                    13         2
+  git-ignore                                    11         7
+  git-changelog                                 11         8
+  git-graft                                     9          6
+  git-summary                                   8          6
+  git-delete-branch                             8          6
+  git-repl                                      7          5
+
+ +

AUTHOR

+ +

Written by Leila Muhtasib <muhtasib@gmail.com>

+ +

REPORTING BUGS

+ +

<http://github.com/visionmedia/git-extras/issues>

+ +

SEE ALSO

+ +

<http://github.com/visionmedia/git-extras>

+ + +
    +
  1. +
  2. June 2012
  3. +
  4. git-effort(1)
  5. +
+ +
+ + diff --git a/man/git-effort.md b/man/git-effort.md new file mode 100644 index 0000000..c0c32a2 --- /dev/null +++ b/man/git-effort.md @@ -0,0 +1,55 @@ +git-effort(1) -- Show effort statistics on file(s) +================================= + +## SYNOPSIS + +`git-effort` [--above <value>] [<filename>] + +## DESCRIPTION + + Shows effort statistics about files in the repository. + + Display includes: + - Commits: number of commits per file - highlighting files with most activity. + - Active days: total number of days which contributed modifications to this file. + +## OPTIONS + + --above <value> + + Ignore files with commits <= a value. + + <filename> + + Only display effort statistics for a specific filename. + +## EXAMPLES + + Displays "effort" statistics: + + $ git effort --above 5 + + file commits active days + + git-extras 26 18 + git-release 13 13 + git-effort 13 2 + git-ignore 11 7 + git-changelog 11 8 + git-graft 9 6 + git-summary 8 6 + git-delete-branch 8 6 + git-repl 7 5 + + +## AUTHOR + +Written by Leila Muhtasib <> + +## REPORTING BUGS + +<> + +## SEE ALSO + +<> \ No newline at end of file