diff --git a/CHANGES.txt b/CHANGES.txt index dd81576..0769e6e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,17 @@ +gitinspector (0.4.2) + + Minor release with many small, but great improvements. + + * The changes module is now threaded and uses all available cores. This + results in a significant speed up. + * Printed extensions are now alphabetically sorted. + * Ability to exclude commits with certain comments from statistics. + * Support for C# code and comments. + * Extensionless files can now be included in statistics. + * Ability to include all file extensions by specifying "**". + * Spanish translation. + + gitinspector (0.4.1) Maintenance release fixing several issues found in the previous version. diff --git a/docs/gitinspector.1 b/docs/gitinspector.1 index 7345a3e..9302580 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: 10/01/2015 +.\" Date: 10/12/2015 .\" Manual: The gitinspector Manual -.\" Source: gitinspector 0.4.2dev +.\" Source: gitinspector 0.4.2 .\" Language: English .\" -.TH "GITINSPECTOR" "1" "10/01/2015" "gitinspector 0\&.4\&.2dev" "The gitinspector Manual" +.TH "GITINSPECTOR" "1" "10/12/2015" "gitinspector 0\&.4\&.2" "The gitinspector Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/docs/gitinspector.html b/docs/gitinspector.html index 8be30b1..583fe8e 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. Specifying a single * asterisk character includes files with no extension. Specifying two consecutive ** asterisk characters includes all files regardless of extension. diff --git a/docs/gitinspector.pdf b/docs/gitinspector.pdf index 55865e3..36a5029 100644 Binary files a/docs/gitinspector.pdf and b/docs/gitinspector.pdf differ diff --git a/docs/gitinspector.txt b/docs/gitinspector.txt index d5937a1..7253ca7 100644 --- a/docs/gitinspector.txt +++ b/docs/gitinspector.txt @@ -3,7 +3,7 @@ GITINSPECTOR(1) =============== :doctype: manpage -:man version: 0.4.2dev +:man version: 0.4.2 :man source: gitinspector :man manual: The gitinspector Manual diff --git a/gitinspector/translations/messages.pot b/gitinspector/translations/messages.pot index 4570fbf..843643e 100644 --- a/gitinspector/translations/messages.pot +++ b/gitinspector/translations/messages.pot @@ -24,7 +24,7 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.2dev\n" +"Project-Id-Version: gitinspector 0.4.2\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" "POT-Creation-Date: 2015-10-02 03:35+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/gitinspector/translations/messages_es.mo b/gitinspector/translations/messages_es.mo index 16365c8..40603f9 100644 Binary files a/gitinspector/translations/messages_es.mo and b/gitinspector/translations/messages_es.mo differ diff --git a/gitinspector/translations/messages_es.po b/gitinspector/translations/messages_es.po index 9d4b1de..167228b 100644 --- a/gitinspector/translations/messages_es.po +++ b/gitinspector/translations/messages_es.po @@ -19,7 +19,7 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.2dev\n" +"Project-Id-Version: gitinspector 0.4.2\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" "POT-Creation-Date: 2015-10-02 03:35+0200\n" "PO-Revision-Date: 2015-10-02 22:17+0100\n" diff --git a/gitinspector/translations/messages_sv.mo b/gitinspector/translations/messages_sv.mo index 7926561..0a95a66 100644 Binary files a/gitinspector/translations/messages_sv.mo and b/gitinspector/translations/messages_sv.mo differ diff --git a/gitinspector/translations/messages_sv.po b/gitinspector/translations/messages_sv.po index ce141c7..aefb713 100644 --- a/gitinspector/translations/messages_sv.po +++ b/gitinspector/translations/messages_sv.po @@ -19,7 +19,7 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.2dev\n" +"Project-Id-Version: gitinspector 0.4.2\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" "POT-Creation-Date: 2015-10-02 03:35+0200\n" "PO-Revision-Date: 2015-10-02 04:12+0200\n" diff --git a/gitinspector/version.py b/gitinspector/version.py index 557f47d..1a6b8ff 100644 --- a/gitinspector/version.py +++ b/gitinspector/version.py @@ -27,7 +27,7 @@ import gitinspector.localization gitinspector.localization.init() -__version__ = "0.4.2dev" +__version__ = "0.4.2" __doc__ = _("""Copyright © 2012-2015 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later .