GitXplorerGitXplorer
s

commitstats

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
39dc086d84bc0f15ae2bafc1cbc71115f0b647a4

remove unneed 'Tree:' print

ssblondon committed 4 years ago
Unverified
a928432fdbf32cd280a2bea5e9aa0fabecec2741

fix moving tests

ssblondon committed 4 years ago
Unverified
d0227b64afff529a123ea9fdce24476d58de382d

move tests to a test file

ssblondon committed 4 years ago
Unverified
aafddedac71ff0920d71045be7362018eaba7fca

document how to run the few tests

ssblondon committed 4 years ago
Unverified
042a7ef34397ef10973b7ac9ee666c99d1cb5873

move tests in a test file

ssblondon committed 4 years ago
Unverified
737b4e81d4a8aa3204802d3c787c7a0695ee3ac4

change printed tree depth with a global constant

ssblondon committed 4 years ago

README

The README file for this repository.

List added or modified files

cd ${GIT_REPOSITORY}
git log --since 2020-01-01 --until 2020-12-31 --name-status | grep -P "^[AM]\t" | cut -f 2 | sort | uniq -c | sed "s/^[ \t]*//" > stats.txt

stats.txt contains list for year 2020. Each line uses the format qty path.

Outputs statistics

mv stats.txt ${COMMITSTATS_DIR}
python3 analyze.py

Run tests

python3 tests_analyze.py