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]
|
||||
default = simple
|
||||
|
||||
[tag]
|
||||
sort = version:refname
|
||||
|
||||
[alias]
|
||||
ap = add -p
|
||||
b = branch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue