mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
📊 The statistical analysis tool for git repositories
0fc69ff19c
This bug occurred because whenever the "git blame" command detects international character it outputs a string escaped character string in the form "\ddd\ddd". Gitinspector didn't properly handle this. Python offers a way to decode this using the decode function together with the "string_escape" encoding. |
||
---|---|---|
html | ||
.gitignore | ||
.pylintrc | ||
basedir.py | ||
blame.py | ||
changes.py | ||
comment.py | ||
extensions.py | ||
filtering.py | ||
format.py | ||
gitinspector.py | ||
help.py | ||
license.txt | ||
metrics.py | ||
missing.py | ||
outputable.py | ||
readme.txt | ||
responsibilities.py | ||
terminal.py | ||
timeline.py | ||
version.py |
Copyright © 2012-2013 Ejwa Software. All rights reserved. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions; see the accompanying license.txt file for further details. For questions regarding gitinspector you can contact the current maintainer in charge at gitinspector@ejwa.se.