mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #262] Lowercase and uppercase names are sorted seperately #136
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abe1242 on GitHub (Sep 2, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/262
Problem
Files/directories beginning with lowercase names are placed after all the uppercase names.
imo, sorting should be done in such a way that lowercase and uppercase letters are given the same priority, and in case there is a match, the priority should be given to lowercase
Log
Environment: