aboutsummaryrefslogtreecommitdiffstats
path: root/internal/reference
Commit message (Collapse)AuthorAgeFilesLines
* git: implement upload-server-info. Fixes #731Ayman Bagabas2023-11-031-0/+14
This adds UpdateServerInfo along with a new go-git command to generate info files to help git dumb http serve refs and their objects. This also updates the docs to reflect this. Docs: https://git-scm.com/docs/git-update-server-info Fixes: https://github.com/go-git/go-git/issues/731