1
0
Fork 0
mirror of https://github.com/ejwa/gitinspector.git synced 2025-03-26 02:01:27 +01:00

Update file permissions

This commit is contained in:
Jose M Vidal 2021-09-17 10:17:54 -04:00
parent 5e78d1fef7
commit ce0b9d42ee
No known key found for this signature in database
GPG key ID: 6CCCEDE7C44757DB
73 changed files with 0 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View file

0
.pylintrc Normal file → Executable file
View file

0
CHANGES.txt Normal file → Executable file
View file

0
DESCRIPTION.txt Normal file → Executable file
View file

0
Dockerfile Normal file → Executable file
View file

0
LICENSE.txt Normal file → Executable file
View file

0
MANIFEST.in Normal file → Executable file
View file

0
Pipfile Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
README.txt Normal file → Executable file
View file

0
docs/docbook-xsl.css Normal file → Executable file
View file

0
docs/gitinspector.1 Normal file → Executable file
View file

0
docs/gitinspector.html Normal file → Executable file
View file

0
docs/gitinspector.pdf Normal file → Executable file
View file

0
docs/gitinspector.txt Normal file → Executable file
View file

0
gitinspector.js Normal file → Executable file
View file

0
gitinspector/__init__.py Normal file → Executable file
View file

0
gitinspector/basedir.py Normal file → Executable file
View file

0
gitinspector/blame.py Normal file → Executable file
View file

0
gitinspector/changes.py Normal file → Executable file
View file

0
gitinspector/clone.py Normal file → Executable file
View file

0
gitinspector/comment.py Normal file → Executable file
View file

0
gitinspector/config.py Normal file → Executable file
View file

0
gitinspector/extensions.py Normal file → Executable file
View file

0
gitinspector/filtering.py Normal file → Executable file
View file

0
gitinspector/format.py Normal file → Executable file
View file

0
gitinspector/gitinspector.py Normal file → Executable file
View file

0
gitinspector/gravatar.py Normal file → Executable file
View file

0
gitinspector/help.py Normal file → Executable file
View file

0
gitinspector/html/flot.zip Normal file → Executable file
View file

0
gitinspector/html/gitinspector_piclet.png Normal file → Executable file
View file

Before

(image error) Size: 6.5 KiB

After

(image error) Size: 6.5 KiB

0
gitinspector/html/html.footer Normal file → Executable file
View file

0
gitinspector/html/html.header Normal file → Executable file
View file

0
gitinspector/html/jquery.tablesorter.min.js.zip Normal file → Executable file
View file

0
gitinspector/interval.py Normal file → Executable file
View file

0
gitinspector/localization.py Normal file → Executable file
View file

0
gitinspector/metrics.py Normal file → Executable file
View file

0
gitinspector/optval.py Normal file → Executable file
View file

0
gitinspector/output/__init__.py Normal file → Executable file
View file

0
gitinspector/output/blameoutput.py Normal file → Executable file
View file

0
gitinspector/output/changesoutput.py Normal file → Executable file
View file

0
gitinspector/output/extensionsoutput.py Normal file → Executable file
View file

0
gitinspector/output/filteringoutput.py Normal file → Executable file
View file

0
gitinspector/output/metricsoutput.py Normal file → Executable file
View file

0
gitinspector/output/outputable.py Normal file → Executable file
View file

0
gitinspector/output/responsibilitiesoutput.py Normal file → Executable file
View file

0
gitinspector/output/timelineoutput.py Normal file → Executable file
View file

0
gitinspector/responsibilities.py Normal file → Executable file
View file

0
gitinspector/terminal.py Normal file → Executable file
View file

0
gitinspector/timeline.py Normal file → Executable file
View file

0
gitinspector/translations/messages.pot Normal file → Executable file
View file

0
gitinspector/translations/messages_de.mo Normal file → Executable file
View file

0
gitinspector/translations/messages_de.po Normal file → Executable file
View file

0
gitinspector/translations/messages_es.mo Normal file → Executable file
View file

0
gitinspector/translations/messages_es.po Normal file → Executable file
View file

0
gitinspector/translations/messages_fr.mo Normal file → Executable file
View file

0
gitinspector/translations/messages_fr.po Normal file → Executable file
View file

0
gitinspector/translations/messages_it.mo Normal file → Executable file
View file

0
gitinspector/translations/messages_it.po Normal file → Executable file
View file

0
gitinspector/translations/messages_pl.mo Normal file → Executable file
View file

0
gitinspector/translations/messages_pl.po Normal file → Executable file
View file

0
gitinspector/translations/messages_sv.mo Normal file → Executable file
View file

0
gitinspector/translations/messages_sv.po Normal file → Executable file
View file

0
gitinspector/translations/messages_zh.mo Normal file → Executable file
View file

0
gitinspector/translations/messages_zh.po Normal file → Executable file
View file

0
gitinspector/version.py Normal file → Executable file
View file

0
package.json Normal file → Executable file
View file

0
setup.py Normal file → Executable file
View file

0
stdeb.cfg Normal file → Executable file
View file

0
tests/__init__.py Normal file → Executable file
View file

0
tests/resources/commented_file.cpp Normal file → Executable file
View file

0
tests/resources/commented_file.tex Normal file → Executable file
View file

0
tests/test_comment.py Normal file → Executable file
View file