Skip to content

Commit fbb9115

Browse files
Bumped the version number to 0.4.3.
1 parent da5d8bd commit fbb9115

21 files changed

+19
-14
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
gitinspector (0.4.3)
2+
3+
Minor release with updated language locales.
4+
5+
16
gitinspector (0.4.2)
27

38
Minor release with many small, but great improvements.

docs/gitinspector.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: gitinspector
33
.\" Author: [see the "AUTHOR" section]
44
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5-
.\" Date: 10/12/2015
5+
.\" Date: 10/29/2015
66
.\" Manual: The gitinspector Manual
7-
.\" Source: gitinspector 0.4.2
7+
.\" Source: gitinspector 0.4.3
88
.\" Language: English
99
.\"
10-
.TH "GITINSPECTOR" "1" "10/12/2015" "gitinspector 0\&.4\&.2" "The gitinspector Manual"
10+
.TH "GITINSPECTOR" "1" "10/29/2015" "gitinspector 0\&.4\&.3" "The gitinspector Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

docs/gitinspector.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!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">
2+
<!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="idp53340688"></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">
33
<span class="strong"><strong>-f, --file-types</strong></span>=EXTENSIONS
44
</span></dt><dd>
55
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.

docs/gitinspector.pdf

-95 Bytes
Binary file not shown.

docs/gitinspector.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
GITINSPECTOR(1)
44
===============
55
:doctype: manpage
6-
:man version: 0.4.2
6+
:man version: 0.4.3
77
:man source: gitinspector
88
:man manual: The gitinspector Manual
99

gitinspector/translations/messages.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
msgid ""
2626
msgstr ""
27-
"Project-Id-Version: gitinspector 0.4.3dev\n"
27+
"Project-Id-Version: gitinspector 0.4.3\n"
2828
"Report-Msgid-Bugs-To: [email protected]\n"
2929
"POT-Creation-Date: 2015-10-02 03:35+0200\n"
3030
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-3 Bytes
Binary file not shown.

gitinspector/translations/messages_de.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
msgid ""
2121
msgstr ""
22-
"Project-Id-Version: gitinspector 0.4.3dev\n"
22+
"Project-Id-Version: gitinspector 0.4.3\n"
2323
"Report-Msgid-Bugs-To: [email protected]\n"
2424
"POT-Creation-Date: 2015-10-02 03:35+0200\n"
2525
"PO-Revision-Date: 2015-10-21 00:25+0200\n"
-3 Bytes
Binary file not shown.

gitinspector/translations/messages_es.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
msgid ""
2121
msgstr ""
22-
"Project-Id-Version: gitinspector 0.4.3dev\n"
22+
"Project-Id-Version: gitinspector 0.4.3\n"
2323
"Report-Msgid-Bugs-To: [email protected]\n"
2424
"POT-Creation-Date: 2015-10-02 03:35+0200\n"
2525
"PO-Revision-Date: 2015-10-02 22:17+0100\n"

0 commit comments

Comments
 (0)