Browse Source

git: ++top-authors/users

Maxim Likhachev 4 years ago
parent
commit
87f9d5cc83
  1. 14
      etc/soft/git/gitconfig

14
etc/soft/git/gitconfig

@ -58,6 +58,9 @@ @@ -58,6 +58,9 @@
# ----[ DIFF METHODS ]--------------------------------------------------------
[diff]
renameLimit = 10240
[diff "plist"]
textconv = plutil -p
@ -162,6 +165,9 @@ @@ -162,6 +165,9 @@
tree = ls --all --simplify-by-decoration
# Текущий пользователь
author = config --get user.email
# Текущий пользователь
user = config --get user.email
# Текущий пользователь
@ -173,7 +179,13 @@ @@ -173,7 +179,13 @@
recall = !git-recall
# Список наиболее часто изменяемых файлов
top = !git-top
top-files = !git-top
# Список наиболее активных авторов
top-authors = !git shortlog -sn --all --no-merges
# Список наиболее активных авторов
top-users = !git shortlog -sn --all --no-merges
# Список псевдонимов
aliases = !git-aliases

Loading…
Cancel
Save