Skip to content

Commit

Permalink
Bumped the version number to 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-waldenberg committed Oct 11, 2015
1 parent 5259b76 commit fa483b4
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs/gitinspector.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: gitinspector
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" 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
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/gitinspector.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>gitinspector</title><link rel="stylesheet" type="text/css" href="docbook-xsl.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /></head><body><div xml:lang="en" class="refentry" lang="en"><a id="idp50966688"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>gitinspector — statistical analysis tool for git repositories</p></div><div class="refsynopsisdiv"><a id="_synopsis"></a><h2>Synopsis</h2><p><span class="strong"><strong>gitinspector</strong></span> [OPTION]… [REPOSITORY]</p></div><div class="refsect1"><a id="_description"></a><h2>DESCRIPTION</h2><p>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.</p><p>Several output formats are supported, including plain text, HTML and XML.</p></div><div class="refsect1"><a id="_options"></a><h2>OPTIONS</h2><p>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.</p><p>Mandatory arguments to long options are mandatory for short options too. Boolean arguments can only be given to long options.</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>gitinspector</title><link rel="stylesheet" type="text/css" href="docbook-xsl.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /></head><body><div xml:lang="en" class="refentry" lang="en"><a id="idp54069232"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>gitinspector — statistical analysis tool for git repositories</p></div><div class="refsynopsisdiv"><a id="_synopsis"></a><h2>Synopsis</h2><p><span class="strong"><strong>gitinspector</strong></span> [OPTION]… [REPOSITORY]</p></div><div class="refsect1"><a id="_description"></a><h2>DESCRIPTION</h2><p>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.</p><p>Several output formats are supported, including plain text, HTML and XML.</p></div><div class="refsect1"><a id="_options"></a><h2>OPTIONS</h2><p>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.</p><p>Mandatory arguments to long options are mandatory for short options too. Boolean arguments can only be given to long options.</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">
<span class="strong"><strong>-f, --file-types</strong></span>=EXTENSIONS
</span></dt><dd>
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 <span class="emphasis"><em>*</em></span> asterisk character includes files with no extension. Specifying two consecutive <span class="emphasis"><em>**</em></span> asterisk characters includes all files regardless of extension.
Expand Down
Binary file modified docs/gitinspector.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/gitinspector.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gitinspector/translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\n"
"POT-Creation-Date: 2015-10-02 03:35+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
Binary file modified gitinspector/translations/messages_es.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion gitinspector/translations/messages_es.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\n"
"POT-Creation-Date: 2015-10-02 03:35+0200\n"
"PO-Revision-Date: 2015-10-02 22:17+0100\n"
Expand Down
Binary file modified gitinspector/translations/messages_sv.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion gitinspector/translations/messages_sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]\n"
"POT-Creation-Date: 2015-10-02 03:35+0200\n"
"PO-Revision-Date: 2015-10-02 04:12+0200\n"
Expand Down
2 changes: 1 addition & 1 deletion gitinspector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://gnu.org/licenses/gpl.html>.
Expand Down

0 comments on commit fa483b4

Please sign in to comment.