Please sort the tags naturally in Sourcetree display.
Instead of:
1.9.1
1.9.10
1.9.11
1.9.2
please sort it like
1.9.1
1.9.2
1.9.10
1.9.11
- is duplicated by
-
SRCTREEWIN-1308 Numerical Sort Order for Tags in the Sidebar
- Waiting for Release
Some good discussion on this here:
https://stackoverflow.com/questions/14273531/how-to-sort-git-tags-by-version-string-order-of-form-rc-x-y-z-w
Based on that I had hoped that changing the global config:
... might work-around this - but SourceTree (Win) still shows tags in natural order (order they were applied I think).