all repos — elgit @ ef83d4e55a4b8a65c982bfb80c00b2b00950cf06

fork of legit: web frontend for git, written in go

remove unnecessary displayname property

Alan Pearce
commit

ef83d4e55a4b8a65c982bfb80c00b2b00950cf06

parent

a943f744c1f12ceda9e066cfe350c1aa782f3290

1 file changed, 0 insertions(+), 4 deletions(-)

changed files
M routes/util.goroutes/util.go
@@ -21,10 +21,6 @@
return has } -func getDisplayName(name string) string { - return strings.TrimSuffix(name, ".git") -} - func getDescription(path string) (desc string) { db, err := os.ReadFile(filepath.Join(path, "description")) if err == nil {