You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
returnnil, errors.New("contents and commits have different length")
132
129
}
133
130
result:=make([]*line, 0, len(contents))
@@ -149,7 +146,7 @@ type blame struct {
149
146
graph [][]*git.Commit// the graph of the lines in the file across all the revisions TODO: not all commits are needed, only the current rev and the prev
150
147
}
151
148
152
-
// calculte the history of a file "path", from commit "from, sorted by commit date.
149
+
// calculte the history of a file "path", starting from commit "from", sorted by commit date.
0 commit comments