+2
-69
appview/db/pulls.go
+2
-69
appview/db/pulls.go
······
+6
-5
appview/state/pull.go
+6
-5
appview/state/pull.go
······s.pages.Notice(w, fmt.Sprintf("interdiff-error-%d", roundIdInt), "Failed to calculate interdiff; current patch is invalid.")s.pages.Notice(w, fmt.Sprintf("interdiff-error-%d", roundIdInt), "Failed to calculate interdiff; previous patch is invalid.")······
+9
-5
appview/state/repo.go
+9
-5
appview/state/repo.go
···
+3
-3
knotserver/git/diff.go
+3
-3
knotserver/git/diff.go
···-func (g *GitRepo) formatSinglePatch(base, commit2 plumbing.Hash, extraArgs ...string) (string, *patchutil.FormatPatch, error) {+func (g *GitRepo) formatSinglePatch(base, commit2 plumbing.Hash, extraArgs ...string) (string, *types.FormatPatch, error) {···-func (g *GitRepo) FormatPatch(base, commit2 *object.Commit) (string, []patchutil.FormatPatch, error) {+func (g *GitRepo) FormatPatch(base, commit2 *object.Commit) (string, []types.FormatPatch, error) {···
+69
-16
patchutil/patchutil.go
+69
-16
patchutil/patchutil.go
············
+20
types/patch.go
+20
types/patch.go
···
+5
-6
types/repo.go
+5
-6
types/repo.go
······