all repos — elgit @ fba146ac6867b13c40802c4d7a21a8a32571473c

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

git: use system's git upload-pack This is an intermediate workaround for https://github.com/go-git/go-git/issues/1062. This should also fix #33.

Anirudh Oppiliappan
commit

fba146ac6867b13c40802c4d7a21a8a32571473c

parent

67e355d5a4f7042d6c16a32afc9119b844d0b467

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M config.yamlconfig.yaml
@@ -12,9 +12,9 @@ dirs:
templates: ./templates static: ./static meta: - title: git good - description: i think it's a skill issue + title: icy does git + description: come get your free software server: name: git.icyphox.sh - host: 127.0.0.1 + host: 0.0.0.0 port: 5555