Sfoglia il codice sorgente

~/.gitconfig: Show tags/refs by default

This is basically `--decorate`, just a bit more how I like it.
Lu Stadler 7 anni fa
parent
commit
020bfac124
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .gitconfig

+ 1 - 1
.gitconfig

14
	praise = blame
14
	praise = blame
15
	recent-tags = ! sh -c 'git tag --sort=-authordate | head -n5'
15
	recent-tags = ! sh -c 'git tag --sort=-authordate | head -n5'
16
[format]
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
[color]
18
[color]
19
	ui = auto
19
	ui = auto
20
# Some shortcuts
20
# Some shortcuts