commande pour avoir les statistiques d'affectation des lignes de texte d'un dépôt git
This commit is contained in:
@@ -67,6 +67,8 @@ in
|
|||||||
tree1 = "tree -d -L 1";
|
tree1 = "tree -d -L 1";
|
||||||
tree2 = "tree -d -L 2";
|
tree2 = "tree -d -L 2";
|
||||||
tree3 = "tree -d -L 3";
|
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";
|
grep = "grep --color=auto";
|
||||||
vi = "vim";
|
vi = "vim";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user