diff --git a/docs/gitinspector.1 b/docs/gitinspector.1 index 2b9c5e9..bf9aecb 100644 --- a/docs/gitinspector.1 +++ b/docs/gitinspector.1 @@ -2,12 +2,12 @@ .\" Title: gitinspector .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 02/22/2015 +.\" Date: 08/24/2015 .\" Manual: The gitinspector Manual .\" Source: gitinspector 0.4.0 .\" Language: English .\" -.TH "GITINSPECTOR" "1" "02/22/2015" "gitinspector 0\&.4\&.0" "The gitinspector Manual" +.TH "GITINSPECTOR" "1" "08/24/2015" "gitinspector 0\&.4\&.0" "The gitinspector Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -280,9 +280,9 @@ Originally written by Adam Waldenberg\&. .sp Report gitinspector bugs to gitinspector@ejwa\&.se .sp -The gitinspector project page: http://gitinspector\&.googlecode\&.com +The gitinspector project page: https://github\&.com/ejwa/gitinspector .sp -If you encounter problems, be sure to read the FAQ first: http://code\&.google\&.com/p/gitinspector/wiki/FAQ +If you encounter problems, be sure to read the FAQ first: https://github\&.com/ejwa/gitinspector/wiki/FAQ .SH "COPYRIGHT" .sp Copyright \(co 2012\-2015 Ejwa Software\&. All rights reserved\&. License GPLv3+: GNU GPL version 3 or later http://gnu\&.org/licenses/gpl\&.html\&. This is free software: you are free to change and redistribute it\&. There is NO WARRANTY, to the extent permitted by law\&. diff --git a/docs/gitinspector.html b/docs/gitinspector.html index 1410f66..881cc35 100644 --- a/docs/gitinspector.html +++ b/docs/gitinspector.html @@ -1,5 +1,5 @@ -gitinspector

Name

gitinspector — statistical analysis tool for git repositories

Synopsis

gitinspector [OPTION]… [REPOSITORY]

DESCRIPTION

Analyze and gather statistics about a git repository. The defaut analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, gitinspector filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis.

Several output formats are supported, including plain text, HTML and XML.

OPTIONS

List information about the repository in REPOSITORY. If no repository is specified, the current directory is used. If multiple repositories are given, information will be fetched from the last repository specified.

Mandatory arguments to long options are mandatory for short options too. Boolean arguments can only be given to long options.

+gitinspector

Name

gitinspector — statistical analysis tool for git repositories

Synopsis

gitinspector [OPTION]… [REPOSITORY]

DESCRIPTION

Analyze and gather statistics about a git repository. The defaut analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, gitinspector filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis.

Several output formats are supported, including plain text, HTML and XML.

OPTIONS

List information about the repository in REPOSITORY. If no repository is specified, the current directory is used. If multiple repositories are given, information will be fetched from the last repository specified.

Mandatory arguments to long options are mandatory for short options too. Boolean arguments can only be given to long options.

-f, --file-types=EXTENSIONS
A comma separated list of file extensions to include when computing statistics. The default extensions used are: java,c,cc,cpp,h,hh,hpp,py,glsl,rb,js,sql @@ -95,5 +95,5 @@ gitinspector -x "author:\^(?!([A-C]))", only show statistics from authors starting with the letters A/B/C
  • gitinspector -x "email:.com$", filter out statistics from all email addresses ending with ".com" -
  • USING GIT TO CONFIGURE GITINSPECTOR

    Options in gitinspector can be set using git config. Consequently, it is possible to configure gitinspector behavior globally (in all git repositories) or locally (in a specific git repository). It also means that settings will be permanently stored. All the long options that can be given to gitinspector can also be configure via git config (and take the same arguments).

    To configure how gitinspector should behave in all git repositories, execute the following git command:

    git config --global inspector.option setting

    To configure how gitinspector should behave in a specific git repository, execute the following git command (with the current directory standing inside the repository in question):

    git config inspector.option setting

    AUTHOR

    Originally written by Adam Waldenberg.

    REPORTING BUGS

    Report gitinspector bugs to gitinspector@ejwa.se

    The gitinspector project page: http://gitinspector.googlecode.com

    If you encounter problems, be sure to read the FAQ first: http://code.google.com/p/gitinspector/wiki/FAQ

    COPYRIGHT

    Copyright © 2012-2015 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. +

    USING GIT TO CONFIGURE GITINSPECTOR

    Options in gitinspector can be set using git config. Consequently, it is possible to configure gitinspector behavior globally (in all git repositories) or locally (in a specific git repository). It also means that settings will be permanently stored. All the long options that can be given to gitinspector can also be configure via git config (and take the same arguments).

    To configure how gitinspector should behave in all git repositories, execute the following git command:

    git config --global inspector.option setting

    To configure how gitinspector should behave in a specific git repository, execute the following git command (with the current directory standing inside the repository in question):

    git config inspector.option setting

    AUTHOR

    Originally written by Adam Waldenberg.

    REPORTING BUGS

    Report gitinspector bugs to gitinspector@ejwa.se

    The gitinspector project page: https://github.com/ejwa/gitinspector

    If you encounter problems, be sure to read the FAQ first: https://github.com/ejwa/gitinspector/wiki/FAQ

    COPYRIGHT

    Copyright © 2012-2015 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

    SEE ALSO

    git(1)

    \ No newline at end of file diff --git a/docs/gitinspector.pdf b/docs/gitinspector.pdf index 5a92806..1d0a7d1 100644 Binary files a/docs/gitinspector.pdf and b/docs/gitinspector.pdf differ diff --git a/docs/gitinspector.txt b/docs/gitinspector.txt index f49da80..c806a58 100644 --- a/docs/gitinspector.txt +++ b/docs/gitinspector.txt @@ -140,9 +140,9 @@ REPORTING BUGS -------------- Report gitinspector bugs to gitinspector@ejwa.se -The gitinspector project page: +The gitinspector project page: -If you encounter problems, be sure to read the FAQ first: +If you encounter problems, be sure to read the FAQ first: COPYRIGHT --------- diff --git a/gitinspector/format.py b/gitinspector/format.py index f9eb343..d3e9391 100644 --- a/gitinspector/format.py +++ b/gitinspector/format.py @@ -92,7 +92,7 @@ def output_header(): logo = logo.decode("utf-8", "replace"), logo_text = _("The output has been generated by {0} {1}. The statistical analysis tool" " for git repositories.").format( - "gitinspector", + "gitinspector", version.__version__), repo_text = _("Statistical information for the repository '{0}' was gathered on {1}.").format( os.path.basename(basedir. get_basedir_git()), localization.get_date()), diff --git a/setup.py b/setup.py index 1aa2fbd..9875de1 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( description = ("A statistical analysis tool for git repositories."), license = "GNU GPL v3", keywords = "analysis analyzer git python statistics stats vc vcs timeline", - url = "http://gitinspector.googlecode.com", + url = "https://github.com/ejwa/gitinspector", long_description = read("DESCRIPTION.txt"), classifiers = [ "Development Status :: 4 - Beta",