Browse Source

git: 2-line short

raylu 1 year ago
parent
commit
acabfff799
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gitconfig

+ 1 - 1
gitconfig

@@ -92,7 +92,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 %Cgreen(%cd) %C(bold blue)%aN%Creset %C(red)%d%Creset%n\t%s' --abbrev-commit --patience --date=local
 	ff = merge --ff-only
 	amend = commit --amend
 	pushf = push --force-with-lease