Browse Source

~/.gitconfig: Sort recent tags by author date

Lu Stadler 7 years ago
parent
commit
2e98c7e34e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitconfig

+ 1 - 1
.gitconfig

@ -12,7 +12,7 @@
12 12
	lol = log --pretty=oneline --abbrev-commit --graph --decorate
13 13
	ba = branch -a
14 14
	praise = blame
15
	recent-tags = ! sh -c 'git tag --sort=-version:refname | head -n5'
15
	recent-tags = ! sh -c 'git tag --sort=-authordate | head -n5'
16 16
[format]
17 17
	pretty = %C(magenta)%h%Creset %Cgreen[%cr]%Creset (%an) %s
18 18
[color]