You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/base
Lauris BH 23645fe05f Sort repository tree entries in natural way (#2506)
* Sort repository tree entries in natural way

* Fix sort for different length strings with first parts equal

* Improve test case

* Refactor return statements

* Update gitea/git dependency
8 years ago
..
base.go
natural_sort.go Sort repository tree entries in natural way (#2506) 8 years ago
natural_sort_test.go Sort repository tree entries in natural way (#2506) 8 years ago
tool.go
tool_test.go