Tag: git-blame
-
Get git blame for full Github repository via api
2 I’d like to get the output of git blame <file> for all files in a repository recursively. I want to do this without cloning the repository first, by using Github’s GraphQL v4 api. Is this possible? I’ve managed to get a list of files via this query: query { repository(owner: "some owner", name: "some…