Explorar el Código

~/.gitconfig: Show tags/refs by default

This is basically `--decorate`, just a bit more how I like it.
Lu Stadler %!s(int64=7) %!d(string=hace) años
padre
commit
020bfac124
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .gitconfig

+ 1 - 1
.gitconfig

@ -14,7 +14,7 @@
14 14
	praise = blame
15 15
	recent-tags = ! sh -c 'git tag --sort=-authordate | head -n5'
16 16
[format]
17
	pretty = %C(magenta)%h%Creset %Cgreen[%cr]%Creset (%an) %s
17
	pretty = %C(auto)%h %Cgreen[%cr]%Creset %C(auto)(%an) %s%d
18 18
[color]
19 19
	ui = auto
20 20
# Some shortcuts