commande pour avoir les statistiques d'affectation des lignes de texte d'un dépôt git

This commit is contained in:
2016-12-22 00:01:23 +01:00
parent 4a81f80d8c
commit 54b8d6ce7d

View File

@@ -67,6 +67,8 @@ in
tree1 = "tree -d -L 1";
tree2 = "tree -d -L 2";
tree3 = "tree -d -L 3";
# https://gist.github.com/amitchhajer/4461043 : Count number of code lines in git repository per user
#git-loc = "git ls-files | while read f; do git blame --line-porcelain "${f}" | grep '^author '; done | sort -f | uniq -ic | sort -n";
grep = "grep --color=auto";
vi = "vim";
};