remove manual URL construction from <GitCommitNode>, allow showing repository
Created by: sqs
Previously, the <GitCommitNode>
component accepted a repoName
prop that it used to manually construct a URL. This is a bad practice; it should just use the URL from the GitCommit
GraphQL value it receives.