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
CommitRenderer is responsible by commits page which shows the diff of a single commit. The link to the commit page, passing a commit id as url param, is here
The diff implementation itself is done here. Currently it expects a single repo, you may have to change it to support multiple one. I actually don't know if it is possible to create a single diff among different repositories.