Skip to content

Commit cc8302e

Browse files
Bumped the version number to 0.4.4.
1 parent f847305 commit cc8302e

20 files changed

+57
-57
lines changed

docs/gitinspector.1

Lines changed: 4 additions & 4 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/29/2015
5+
.\" Date: 02/03/2016
66
.\" Manual: The gitinspector Manual
7-
.\" Source: gitinspector 0.4.3
7+
.\" Source: gitinspector 0.4.4
88
.\" Language: English
99
.\"
10-
.TH "GITINSPECTOR" "1" "10/29/2015" "gitinspector 0\&.4\&.3" "The gitinspector Manual"
10+
.TH "GITINSPECTOR" "1" "02/03/2016" "gitinspector 0\&.4\&.4" "The gitinspector Manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -302,7 +302,7 @@ If you encounter problems, be sure to read the FAQ first: https://github\&.com/e
302302
There is also an issue tracker at: https://github\&.com/ejwa/gitinspector/issues
303303
.SH "COPYRIGHT"
304304
.sp
305-
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\&.
305+
Copyright \(co 2012\-2016 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\&.
306306
.SH "SEE ALSO"
307307
.sp
308308
\fBgit\fR(1)

docs/gitinspector.html

Lines changed: 2 additions & 2 deletions
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="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">
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="idp46653584"></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.
@@ -97,5 +97,5 @@
9797
<span class="strong"><strong>gitinspector -x "author:\^(?!([A-C]))"</strong></span>, only show statistics from authors starting with the letters A/B/C
9898
</li><li class="listitem">
9999
<span class="strong"><strong>gitinspector -x "email:.com$"</strong></span>, filter out statistics from all email addresses ending with ".com"
100-
</li></ul></div></div><div class="refsect1"><a id="_using_git_to_configure_gitinspector"></a><h2>USING GIT TO CONFIGURE GITINSPECTOR</h2><p>Options in gitinspector can be set using <span class="strong"><strong>git config</strong></span>. 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).</p><p>To configure how gitinspector should behave in all git repositories, execute the following git command:</p><p><span class="strong"><strong>git config --global inspector.option setting</strong></span></p><p>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):</p><p><span class="strong"><strong>git config inspector.option setting</strong></span></p></div><div class="refsect1"><a id="_author"></a><h2>AUTHOR</h2><p>Originally written by Adam Waldenberg.</p></div><div class="refsect1"><a id="_reporting_bugs"></a><h2>REPORTING BUGS</h2><p>Report gitinspector bugs to <a class="ulink" href="mailto:[email protected]" target="_top">[email protected]</a></p><p>The gitinspector project page: <a class="ulink" href="https://github.com/ejwa/gitinspector" target="_top">https://github.com/ejwa/gitinspector</a></p><p>If you encounter problems, be sure to read the FAQ first: <a class="ulink" href="https://github.com/ejwa/gitinspector/wiki/FAQ" target="_top">https://github.com/ejwa/gitinspector/wiki/FAQ</a></p><p>There is also an issue tracker at: <a class="ulink" href="https://github.com/ejwa/gitinspector/issues" target="_top">https://github.com/ejwa/gitinspector/issues</a></p></div><div class="refsect1"><a id="_copyright"></a><h2>COPYRIGHT</h2><p>Copyright © 2012-2015 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later <a class="ulink" href="http://gnu.org/licenses/gpl.html" target="_top">http://gnu.org/licenses/gpl.html</a>.
100+
</li></ul></div></div><div class="refsect1"><a id="_using_git_to_configure_gitinspector"></a><h2>USING GIT TO CONFIGURE GITINSPECTOR</h2><p>Options in gitinspector can be set using <span class="strong"><strong>git config</strong></span>. 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).</p><p>To configure how gitinspector should behave in all git repositories, execute the following git command:</p><p><span class="strong"><strong>git config --global inspector.option setting</strong></span></p><p>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):</p><p><span class="strong"><strong>git config inspector.option setting</strong></span></p></div><div class="refsect1"><a id="_author"></a><h2>AUTHOR</h2><p>Originally written by Adam Waldenberg.</p></div><div class="refsect1"><a id="_reporting_bugs"></a><h2>REPORTING BUGS</h2><p>Report gitinspector bugs to <a class="ulink" href="mailto:[email protected]" target="_top">[email protected]</a></p><p>The gitinspector project page: <a class="ulink" href="https://github.com/ejwa/gitinspector" target="_top">https://github.com/ejwa/gitinspector</a></p><p>If you encounter problems, be sure to read the FAQ first: <a class="ulink" href="https://github.com/ejwa/gitinspector/wiki/FAQ" target="_top">https://github.com/ejwa/gitinspector/wiki/FAQ</a></p><p>There is also an issue tracker at: <a class="ulink" href="https://github.com/ejwa/gitinspector/issues" target="_top">https://github.com/ejwa/gitinspector/issues</a></p></div><div class="refsect1"><a id="_copyright"></a><h2>COPYRIGHT</h2><p>Copyright © 2012-2016 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later <a class="ulink" href="http://gnu.org/licenses/gpl.html" target="_top">http://gnu.org/licenses/gpl.html</a>.
101101
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.</p></div><div class="refsect1"><a id="_see_also"></a><h2>SEE ALSO</h2><p><span class="strong"><strong>git</strong></span>(1)</p></div></div></body></html>

docs/gitinspector.pdf

149 Bytes
Binary file not shown.

docs/gitinspector.txt

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

@@ -149,7 +149,7 @@ There is also an issue tracker at: <https://github.com/ejwa/gitinspector/issues>
149149

150150
COPYRIGHT
151151
---------
152-
Copyright (C) 2012-2015 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
152+
Copyright (C) 2012-2016 Ejwa Software. All rights reserved. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
153153
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
154154

155155

gitinspector/translations/messages.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2012-2015 Ejwa Software. All rights reserved.
1+
# Copyright © 2012-2016 Ejwa Software. All rights reserved.
22
#
33
# This file is part of gitinspector.
44
#
@@ -24,9 +24,9 @@
2424

2525
msgid ""
2626
msgstr ""
27-
"Project-Id-Version: gitinspector 0.4.3\n"
27+
"Project-Id-Version: gitinspector 0.4.4\n"
2828
"Report-Msgid-Bugs-To: [email protected]\n"
29-
"POT-Creation-Date: 2015-10-02 03:35+0200\n"
29+
"POT-Creation-Date: 2015-02-03 13:40+0200\n"
3030
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
3131
"Last-Translator: Adam Waldenberg <[email protected]>\n"
3232
"MIME-Version: 1.0\n"
@@ -61,7 +61,7 @@ msgid "Commits"
6161
msgstr ""
6262

6363
msgid ""
64-
"Copyright © 2012-2015 Ejwa Software. All rights reserved.\n"
64+
"Copyright © 2012-2016 Ejwa Software. All rights reserved.\n"
6565
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
6666
"This is free software: you are free to change and redistribute it.\n"
6767
"There is NO WARRANTY, to the extent permitted by law.\n"
0 Bytes
Binary file not shown.

gitinspector/translations/messages_de.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2012-2015 Ejwa Software. All rights reserved.
1+
# Copyright © 2012-2016 Ejwa Software. All rights reserved.
22
#
33
# This file is part of gitinspector.
44
#
@@ -15,14 +15,14 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with gitinspector. If not, see <http://www.gnu.org/licenses/>.
1717
#
18-
# Philipp Nowak <[email protected]>, 2014-2015
18+
# Philipp Nowak <[email protected]>, 2014-2016
1919

2020
msgid ""
2121
msgstr ""
22-
"Project-Id-Version: gitinspector 0.4.3\n"
22+
"Project-Id-Version: gitinspector 0.4.4\n"
2323
"Report-Msgid-Bugs-To: [email protected]\n"
24-
"POT-Creation-Date: 2015-10-02 03:35+0200\n"
25-
"PO-Revision-Date: 2015-10-21 00:25+0200\n"
24+
"POT-Creation-Date: 2015-02-03 13:40+0200\n"
25+
"PO-Revision-Date: 2016-02-03 13:46+0200\n"
2626
"Last-Translator: Philipp Nowak <[email protected]>\n"
2727
"Language-Team: Deutsch <>\n"
2828
"Language: de\n"
@@ -62,14 +62,14 @@ msgid "Commits"
6262
msgstr "Commits"
6363

6464
msgid ""
65-
"Copyright © 2012-2015 Ejwa Software. All rights reserved.\n"
65+
"Copyright © 2012-2016 Ejwa Software. All rights reserved.\n"
6666
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
6767
"This is free software: you are free to change and redistribute it.\n"
6868
"There is NO WARRANTY, to the extent permitted by law.\n"
6969
"\n"
7070
"Written by Adam Waldenberg."
7171
msgstr ""
72-
"Copyright © 2012-2015 Ejwa Software. Alle Rechte vorbehalten.\n"
72+
"Copyright © 2012-2016 Ejwa Software. Alle Rechte vorbehalten.\n"
7373
"Lizensiert unter der GNU GPL Version 3 oder neuer\n"
7474
"Dies ist freie Software, die Sie unter bestimmten Bedingungen weitergeben\n"
7575
"dürfen.\n"
220 Bytes
Binary file not shown.

gitinspector/translations/messages_es.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
msgid ""
2121
msgstr ""
22-
"Project-Id-Version: gitinspector 0.4.3\n"
22+
"Project-Id-Version: gitinspector 0.4.4\n"
2323
"Report-Msgid-Bugs-To: [email protected]\n"
24-
"POT-Creation-Date: 2015-10-02 03:35+0200\n"
24+
"POT-Creation-Date: 2015-02-03 13:40+0200\n"
2525
"PO-Revision-Date: 2016-02-03 13:46+0200\n"
2626
"Last-Translator: Agustín Cañas <[email protected]>\n"
2727
"Language-Team: Spanish <>\n"
@@ -64,15 +64,15 @@ msgid "Commits"
6464
msgstr "Commits"
6565

6666
msgid ""
67-
"Copyright © 2012-2015 Ejwa Software. All rights reserved.\n"
67+
"Copyright © 2012-2016 Ejwa Software. All rights reserved.\n"
6868
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
6969
"html>.\n"
7070
"This is free software: you are free to change and redistribute it.\n"
7171
"There is NO WARRANTY, to the extent permitted by law.\n"
7272
"\n"
7373
"Written by Adam Waldenberg."
7474
msgstr ""
75-
"Copyright © 2012-2015 Ejwa Software. Todos los derechos reservados.\n"
75+
"Copyright © 2012-2016 Ejwa Software. Todos los derechos reservados.\n"
7676
"Este programa es software libre. Puede redistribuirlo y/o modificarlo bajo\n"
7777
"los términos de la Licencia Pública General de GNU tal como está publicada\n"
7878
"por la Free Software Foundation, bien de la versión 3 de dicha Licencia o\n"
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)