add git config alias.authors
This commit is contained in:
parent
28f676c263
commit
14b6044ff0
@ -291,6 +291,7 @@ function git-config-joshs()
|
|||||||
git config --global mergetool.bc3.cmd \
|
git config --global mergetool.bc3.cmd \
|
||||||
'git_bc3merge "$LOCAL" "$REMOTE" "$MERGED"'
|
'git_bc3merge "$LOCAL" "$REMOTE" "$MERGED"'
|
||||||
git config --global mergetool.bc3.trustExitCode false
|
git config --global mergetool.bc3.trustExitCode false
|
||||||
|
git config --global alias.authors '!git log --pretty="%an" | sort | uniq -c | sort -n'
|
||||||
}
|
}
|
||||||
function git-config-local-personal()
|
function git-config-local-personal()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user