# go-blame **Repository Path**: mirrors_sourcegraph/go-blame ## Basic Information - **Project Name**: go-blame - **Description**: git-blame and hg-blame wrapper for go - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README go-blame ======== A simple wrapper for calling git-blame from Go. Wraps command-line git, and thus requires git to be installed. Supports blame queries to show the most-recent-authorship percentages of a portion of code. Requirements ------------ * Python `hglib` package (for Mercurial blaming) Known issues ------------ Tests fail because 90f26648c7d4b2dd4d0067591ae247f374e24c64 introduced a temporary workaround to ignore failures on `git blame`. Check the commit log for more info. TODO: fix the actual underlying feature and the tests should pass again. (Don't remove the tests because we don't want to ignore empty files in blame output.)