summaryrefslogtreecommitdiff
path: root/pygitchecker.py
AgeCommit message (Expand)AuthorFilesLines
2026-04-22Restructure the code and remove functionality that doesn't belong in pygitche...HEADmasterSimeon Simeonov1-171/+213
2023-07-04Add --skip / -s and format using black -SSimeon Simeonov1-32/+75
2021-08-10Add -F / --fileSimeon Simeonov1-7/+18
2021-02-11Add the -l option and list untracked and staged files in addition to modifiedSimeon Simeonov1-5/+16
2021-02-03Remove hardcoded tests and use JSON config insteadSimeon Simeonov1-42/+37
2021-01-14Replace pygit2 with GitPython and use subprocess for all checksSimeon Simeonov1-78/+105
2018-10-17Merge branch 'master' of pichove.org:pygitcheckerSimeon Simeonov1-0/+2
2018-10-17Add -a / --allSimeon Simeonov1-4/+25
2018-09-18Optimize fetch_git_reposSimeon Simeonov1-0/+2
2018-09-18Add -f / --fullSimeon Simeonov1-4/+14
2018-09-17Optimize. Different types of modification for -m and for pyflake8Simeon Simeonov1-13/+11
2018-09-17Added new options -m -r. Some code restructuringSimeon Simeonov1-6/+114
2018-09-13Use pygit2 instead of gitapi and flake8 instead of pep8Simeon Simeonov1-13/+29
2018-09-13Initial commitSimeon Simeonov1-0/+38