You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch allows to set gerrit style file sort (give higher priority to
c/cpp header files) by setting gerrit_style_filesort = true
Default value is false.
eternity74
added a commit
to eternity74/diffview.nvim
that referenced
this issue
May 20, 2024
This patch allows to set gerrit style file sort (give higher priority to
c/cpp header files) by setting gerrit_style_filesort = true
Default value is false.
Hi, Thanks for providing great plugin for daily use.
I sometimes compare local commit with gerrit changes by using diffview.nvim plugin.
For this use-case, there is mismatch on file sort compare to gerrit.
Gerrit seems to give higher priority to cppheader files so header file comes first and source file laster.
(see https://github.com/GerritCodeReview/gerrit/blob/master/java/com/google/gerrit/common/data/FilenameComparator.java#L60)
I want to have the same behavior with option like gerrit_style_filesort = true.
The text was updated successfully, but these errors were encountered: