2
0
forked from Wavyzz/dolibarr

Add github tools

This commit is contained in:
Laurent Destailleur
2017-01-09 10:21:59 +01:00
parent 8e615a83e5
commit fd008f88b1
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
FROM=2016-01-01
TO=2016-12-31
echo "git log --since $FROM --before $TO | grep ^Author | sort -u -f -i -b | wc -l"
git log --since $FROM --before $TO | grep ^Author | sort -u -f -i -b | wc -l