+15
.zed/settings.json
+15
.zed/settings.json
···+// For a full list of overridable settings, and general information on folder-specific settings,
+10
appview/pages/pages.go
+10
appview/pages/pages.go
···
+96
-96
appview/pages/templates/repo/commit.html
+96
-96
appview/pages/templates/repo/commit.html
···-{{ .commit.Author.Name }} <a href="mailto:{{ .commit.Author.Email }}" class="commit-email">{{ .commit.Author.Email}}</a>+{{ $commit.Author.Name }} <a href="mailto:{{ $commit.Author.Email }}" class="commit-email">{{ $commit.Author.Email}}</a>
+1
-1
appview/pages/templates/repo/empty.html
+1
-1
appview/pages/templates/repo/empty.html
+39
appview/state/repo.go
+39
appview/state/repo.go
···+resp, err := http.Get(fmt.Sprintf("http://%s/%s/%s/commit/%s", knot, id.DID.String(), repoName, ref))
+1
appview/state/state.go
+1
appview/state/state.go
+5
-36
knotserver/git/diff.go
+5
-36
knotserver/git/diff.go
············
+5
-8
knotserver/routes.go
+5
-8
knotserver/routes.go
···
+38
types/diff.go
+38
types/diff.go
···
+11
types/repo.go
+11
types/repo.go
···