diff --git a/CHANGES.txt b/CHANGES.txt index 0769e6e..0434805 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +gitinspector (0.4.3) + + Minor release with updated language locales. + + gitinspector (0.4.2) Minor release with many small, but great improvements. diff --git a/docs/gitinspector.1 b/docs/gitinspector.1 index 9302580..1bf568a 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/12/2015 +.\" Date: 10/29/2015 .\" Manual: The gitinspector Manual -.\" Source: gitinspector 0.4.2 +.\" Source: gitinspector 0.4.3 .\" Language: English .\" -.TH "GITINSPECTOR" "1" "10/12/2015" "gitinspector 0\&.4\&.2" "The gitinspector Manual" +.TH "GITINSPECTOR" "1" "10/29/2015" "gitinspector 0\&.4\&.3" "The gitinspector Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/docs/gitinspector.html b/docs/gitinspector.html index 583fe8e..8232a97 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 36a5029..dcfa66a 100644 Binary files a/docs/gitinspector.pdf and b/docs/gitinspector.pdf differ diff --git a/docs/gitinspector.txt b/docs/gitinspector.txt index 7253ca7..557ec26 100644 --- a/docs/gitinspector.txt +++ b/docs/gitinspector.txt @@ -3,7 +3,7 @@ GITINSPECTOR(1) =============== :doctype: manpage -:man version: 0.4.2 +:man version: 0.4.3 :man source: gitinspector :man manual: The gitinspector Manual diff --git a/gitinspector/translations/messages.pot b/gitinspector/translations/messages.pot index 88d5bc6..b631aa3 100644 --- a/gitinspector/translations/messages.pot +++ b/gitinspector/translations/messages.pot @@ -24,7 +24,7 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3dev\n" +"Project-Id-Version: gitinspector 0.4.3\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_de.mo b/gitinspector/translations/messages_de.mo index e7ff3a3..0d8a814 100644 Binary files a/gitinspector/translations/messages_de.mo and b/gitinspector/translations/messages_de.mo differ diff --git a/gitinspector/translations/messages_de.po b/gitinspector/translations/messages_de.po index 5417f59..52fcebf 100644 --- a/gitinspector/translations/messages_de.po +++ b/gitinspector/translations/messages_de.po @@ -19,7 +19,7 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3dev\n" +"Project-Id-Version: gitinspector 0.4.3\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" "POT-Creation-Date: 2015-10-02 03:35+0200\n" "PO-Revision-Date: 2015-10-21 00:25+0200\n" diff --git a/gitinspector/translations/messages_es.mo b/gitinspector/translations/messages_es.mo index 18cfd13..61cc5f0 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 16563c3..88a9a1e 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.3dev\n" +"Project-Id-Version: gitinspector 0.4.3\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_fr.mo b/gitinspector/translations/messages_fr.mo index 04dee3a..99f6fc7 100644 Binary files a/gitinspector/translations/messages_fr.mo and b/gitinspector/translations/messages_fr.mo differ diff --git a/gitinspector/translations/messages_fr.po b/gitinspector/translations/messages_fr.po index d41f996..bdf1562 100644 --- a/gitinspector/translations/messages_fr.po +++ b/gitinspector/translations/messages_fr.po @@ -19,7 +19,7 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3dev\n" +"Project-Id-Version: gitinspector 0.4.3\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" "POT-Creation-Date: 2015-10-02 03:35+0200\n" "PO-Revision-Date: 2015-10-25 21:56+0100\n" diff --git a/gitinspector/translations/messages_it.mo b/gitinspector/translations/messages_it.mo index e366858..8f7cc7b 100644 Binary files a/gitinspector/translations/messages_it.mo and b/gitinspector/translations/messages_it.mo differ diff --git a/gitinspector/translations/messages_it.po b/gitinspector/translations/messages_it.po index fff25cd..4ebd264 100644 --- a/gitinspector/translations/messages_it.po +++ b/gitinspector/translations/messages_it.po @@ -19,7 +19,7 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3dev\n" +"Project-Id-Version: gitinspector 0.4.3\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" "POT-Creation-Date: 2015-10-02 03:35+0200\n" "PO-Revision-Date: 2015-10-26 08:50+0100\n" diff --git a/gitinspector/translations/messages_pl.mo b/gitinspector/translations/messages_pl.mo index 3cbf527..0a68ec0 100644 Binary files a/gitinspector/translations/messages_pl.mo and b/gitinspector/translations/messages_pl.mo differ diff --git a/gitinspector/translations/messages_pl.po b/gitinspector/translations/messages_pl.po index d3bda3c..8099720 100644 --- a/gitinspector/translations/messages_pl.po +++ b/gitinspector/translations/messages_pl.po @@ -19,7 +19,7 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3dev\n" +"Project-Id-Version: gitinspector 0.4.3\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" "POT-Creation-Date: 2015-10-02 03:35+0200\n" "PO-Revision-Date: 2015-10-24 07:50+0100\n" diff --git a/gitinspector/translations/messages_sv.mo b/gitinspector/translations/messages_sv.mo index 05ecc0a..dac6d3e 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 2a157d9..9fb930b 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.3dev\n" +"Project-Id-Version: gitinspector 0.4.3\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/translations/messages_zh.mo b/gitinspector/translations/messages_zh.mo index c17aa3f..0200c8d 100644 Binary files a/gitinspector/translations/messages_zh.mo and b/gitinspector/translations/messages_zh.mo differ diff --git a/gitinspector/translations/messages_zh.po b/gitinspector/translations/messages_zh.po index 4083c5e..adedb3d 100644 --- a/gitinspector/translations/messages_zh.po +++ b/gitinspector/translations/messages_zh.po @@ -19,7 +19,7 @@ msgid "" msgstr "" -"Project-Id-Version: gitinspector 0.4.3dev\n" +"Project-Id-Version: gitinspector 0.4.3\n" "Report-Msgid-Bugs-To: gitinspector@ejwa.se\n" "POT-Creation-Date: 2015-10-02 03:35+0200\n" "PO-Revision-Date: 2015-20-23 18:33-0500\n" diff --git a/gitinspector/version.py b/gitinspector/version.py index 1a6b8ff..78bb9df 100644 --- a/gitinspector/version.py +++ b/gitinspector/version.py @@ -27,7 +27,7 @@ except: import gitinspector.localization gitinspector.localization.init() -__version__ = "0.4.2" +__version__ = "0.4.3" __doc__ = _("""Copyright © 2012-2015 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later .