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 b46ebfa commit ccbe471Copy full SHA for ccbe471
blame.go
@@ -48,6 +48,7 @@ const (
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
+ BlameIgnoreWhitespace BlameOptionsFlag = C.GIT_BLAME_IGNORE_WHITESPACE
52
)
53
54
func (v *Repository) BlameFile(path string, opts *BlameOptions) (*Blame, error) {
0 commit comments