I know there have been answers for seeing the diff in the full file, but I wish to diff two online files.
I have a large list of commit hashes from public repositories. I wish to automate collecting the unified diff with the rest of the unchanged file. However, GitHub's diff viewer only shows the area around the changed lines. How can I see the diff, online, in context of the whole file?