stash/pkg/file
WithoutPants 4017c42fe2
Handle modified files where the case of the filename changed on case-insensitive filesystems (#6327)
* Find existing files with case insensitivity if filesystem is case insensitive
* Handle case change in folders
* Optimise to only test file system case sensitivity if the first query found nothing

This limits the overhead to new paths, and adds an extra query for new paths to windows installs
2025-12-02 12:53:37 +11:00
..
image Feature: AVIF support (#6288) 2025-11-28 07:19:32 +11:00
video Handle modified files where the case of the filename changed on case-insensitive filesystems (#6327) 2025-12-02 12:53:37 +11:00
clean.go Feature: Add trash support (#6237) 2025-11-26 13:38:19 +11:00
delete.go Feature: Add trash support (#6237) 2025-11-26 13:38:19 +11:00
file.go Add package docs and project vision/goals (#5169) 2024-08-28 09:01:39 +10:00
folder.go Handle modified files where the case of the filename changed on case-insensitive filesystems (#6327) 2025-12-02 12:53:37 +11:00
folder_rename_detect.go Allow scan to continue when encountering an error (#6073) 2025-09-09 15:10:13 +10:00
fs.go Handle symlink zip files (#5249) 2024-09-11 13:58:02 +10:00
handler.go Model refactor (#3915) 2023-09-01 10:39:29 +10:00
import.go Handle modified files where the case of the filename changed on case-insensitive filesystems (#6327) 2025-12-02 12:53:37 +11:00
move.go Move zip files while moving folders (#4374) 2024-01-16 14:48:28 +11:00
scan.go Handle modified files where the case of the filename changed on case-insensitive filesystems (#6327) 2025-12-02 12:53:37 +11:00
walk.go Model refactor (#3915) 2023-09-01 10:39:29 +10:00
zip.go Handle symlink zip files (#5249) 2024-09-11 13:58:02 +10:00