Starting from version 4.2.6 up to the current latest version 4.2.9 on macOS, if a single commit involves a large number of files, the diff view can only browse the first few files; other files cannot be selected. when use Flat list.
for example:
git : https://github.com/alibaba/MNN
commit : f0e516a4bd26855e21fedb47ed609113d86c5684
- is duplicated by
-
SRCTREE-8108 Cannot select past the 8th entry in history file list
-
- Closed
-
-
SRCTREE-8109 Diff table files not selectable
-
- Closed
-
-
SRCTREE-8116 Commit file list selectable for the first 200 files
-
- Closed
-
-
SRCTREE-8119 Diff file list cannot fully selected
-
- Closed
-
This appears to happen not explicitly when there are a large number of files in the commit, but rather whenever the number of files in the commit is greater than the number of commits in the commit history. E.g. if there are three commits in the history and the commit has 4 files involved, only 3 of the 4 files will be selectable/viewable.