When the compact summary doesn't have room to put the entire filename, it ends up being truncated. Git will change part of it to .... When that happens, git_diff_explorer can't find the actual file path in order to show the diff.
I've no idea what an entry would look like if it is a moved file and also truncated like this.
When the compact summary doesn't have room to put the entire filename, it ends up being truncated. Git will change part of it to
.... When that happens,git_diff_explorercan't find the actual file path in order to show the diff.I've no idea what an entry would look like if it is a moved file and also truncated like this.