Просмотр исходного кода

~/.gitconfig: Show tags/refs by default

This is basically `--decorate`, just a bit more how I like it.
Lu Stadler лет назад: 7
Родитель
Сommit
020bfac124
1 измененных файлов с 1 добавлено и 1 удалено
  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