When viewing a commit, do not go to the blob for the file path
This avoids a slow Gitaly call. We already have the filename in memory, so can use it directly here.
Showing
Please register or sign in to comment
This avoids a slow Gitaly call. We already have the filename in memory, so can use it directly here.