We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77460dd commit b46ebfaCopy full SHA for b46ebfa
blame.go
@@ -47,6 +47,7 @@ const (
47
BlameTrackCopiesSameCommitCopies BlameOptionsFlag = C.GIT_BLAME_TRACK_COPIES_SAME_COMMIT_COPIES
48
BlameTrackCopiesAnyCommitCopies BlameOptionsFlag = C.GIT_BLAME_TRACK_COPIES_ANY_COMMIT_COPIES
49
BlameFirstParent BlameOptionsFlag = C.GIT_BLAME_FIRST_PARENT
50
+ BlameUseMailmap BlameOptionsFlag = C.GIT_BLAME_USE_MAILMAP
51
)
52
53
func (v *Repository) BlameFile(path string, opts *BlameOptions) (*Blame, error) {
0 commit comments