1
0
Эх сурвалжийг харах

git: use mailmap for short

raylu 1 жил өмнө
parent
commit
7d87a0987e
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      gitconfig

+ 1 - 1
gitconfig

@@ -81,7 +81,7 @@
 	decorate = true
 
 [alias]
-	short = log --graph --pretty=format:'%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --patience
+	short = log --graph --pretty=format:'%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%aN>%Creset' --abbrev-commit --date=relative --patience
 	ff = merge --ff-only
 	amend = commit --amend
 	pushf = push --force-with-lease