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

pull/7/head
Jean-Pierre PRUNARET 9 years ago
parent 4a81f80d8c
commit 54b8d6ce7d

@ -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";
};

Loading…
Cancel
Save