git: Sort tags assuming they're version numbers first
This commit is contained in:
parent
dcd3fbb3ea
commit
3674a9ee10
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ ff = only
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
|
[tag]
|
||||||
|
sort = version:refname
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
ap = add -p
|
ap = add -p
|
||||||
b = branch
|
b = branch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue