Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix file order selection when using multi-file because it is not guaranteed by OS #192

Merged
merged 1 commit into from
Nov 15, 2021

Conversation

natenho
Copy link
Contributor

@natenho natenho commented Feb 25, 2021

@zarunbal

According to https://stackoverflow.com/a/38319967/1987788, it is not possible to get the actual selection order, so it was causing wrong log ordering in some cases.

The implementation simply sort the selected files by name.

…anteed by OS

According to https://stackoverflow.com/a/38319967/1987788, it is not possible to get the actual selection order, so it was causing wrong log ordering in some cases.

The implementation simply sort the selected files by name.
@natenho
Copy link
Contributor Author

natenho commented Feb 25, 2021

This pull request closes #191

@natenho natenho changed the base branch from master to Development February 25, 2021 02:07
@Hirogen Hirogen added the enhancement this will make things better label Nov 11, 2021
@Hirogen Hirogen added this to the Release 1.8.8 milestone Nov 11, 2021
@Hirogen Hirogen merged commit f2d8a67 into zarunbal:Development Nov 15, 2021
@natenho natenho deleted the bugfix/#191-multi-file-order branch March 20, 2022 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement this will make things better
Projects
Next Release
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

2 participants