summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authornguyenvukhang <brew4k@gmail.com>2022-11-28 12:36:15 +0800
committerAndrew Gallant <jamslam@gmail.com>2023-07-09 10:14:03 -0400
commit6abb962f0d655a186972462d88d2de4e5caf4a33 (patch)
tree3a3970ac6cf20c6600c7517b8bb72b56ed660462 /.github
parent6d95c130d5fb56a8641092a4808f33640bfa935c (diff)
cli: fix non-path sorting behavior
Previously, sorting worked by sorting the parents and then sorting the children within each parent. This was done during traversal, but it only works when sorting parents preserves the overall order. This generally only works for '--sort path' in ascending order. This commit fixes the rest of the sorting behavior by collecting all of the paths to search and then sorting them before searching. We only collect all of the paths when sorting was requested. Fixes #2243, Closes #2361
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions