Signed-off-by: oppiliappan me@oppi.li
appview/commitverify/verify.go
appview/commitverify/verify.go
This file has not been changed.
appview/pages/pages.go
appview/pages/pages.go
This file has not been changed.
appview/pages/templates/repo/commit.html
appview/pages/templates/repo/commit.html
This file has not been changed.
appview/repo/index.go
appview/repo/index.go
This file has not been changed.
appview/repo/log.go
appview/repo/log.go
This file has not been changed.
-3
appview/repo/repo_util.go
-3
appview/repo/repo_util.go
···
1
1
package repo
2
2
3
3
import (
4
-
"regexp"
5
4
"slices"
6
5
"sort"
7
6
"strings"
···
9
8
"tangled.org/core/appview/db"
10
9
"tangled.org/core/appview/models"
11
10
"tangled.org/core/types"
12
-
13
-
"github.com/go-git/go-git/v5/plumbing/object"
14
11
)
15
12
16
13
func sortFiles(files []types.NiceTree) {
crypto/verify.go
crypto/verify.go
This file has not been changed.
knotserver/git/diff.go
knotserver/git/diff.go
This file has not been changed.
knotserver/xrpc/repo_log.go
knotserver/xrpc/repo_log.go
This file has not been changed.
patchutil/patchutil.go
patchutil/patchutil.go
This file has not been changed.
types/diff.go
types/diff.go
This file has not been changed.
types/repo.go
types/repo.go
This file has not been changed.
History
2 rounds
0 comments
1 commit
expand
collapse
types,appview,knotserver: replace object.Commit with types.Commit
Signed-off-by: oppiliappan <me@oppi.li>
3/3 success
expand
collapse
expand 0 comments
pull request successfully merged
1 commit
expand
collapse
types,appview,knotserver: replace object.Commit with types.Commit
Signed-off-by: oppiliappan <me@oppi.li>