aboutsummaryrefslogtreecommitdiffstats
path: root/COMPATIBILITY.md
diff options
context:
space:
mode:
authorAyman Bagabas <ayman.bagabas@gmail.com>2023-10-29 16:35:09 -0400
committerAyman Bagabas <ayman.bagabas@gmail.com>2023-11-03 16:59:11 -0400
commitce0b76e7674d683db547103bc773305129a0ded4 (patch)
tree3b609eb2f88bee83076250d1d69fe80b65cf439e /COMPATIBILITY.md
parent22585738b4b13797f241a04b9cb6b48b31056aac (diff)
downloadgo-git-ce0b76e7674d683db547103bc773305129a0ded4.tar.gz
git: implement upload-server-info. Fixes #731
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
Diffstat (limited to 'COMPATIBILITY.md')
-rw-r--r--COMPATIBILITY.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md
index bbffea5..c1f280d 100644
--- a/COMPATIBILITY.md
+++ b/COMPATIBILITY.md
@@ -109,10 +109,10 @@ compatibility status with go-git.
## Server admin
-| Feature | Sub-feature | Status | Notes | Examples |
-| -------------------- | ----------- | ------ | ----- | -------- |
-| `daemon` | | ❌ | | |
-| `update-server-info` | | ❌ | | |
+| Feature | Sub-feature | Status | Notes | Examples |
+| -------------------- | ----------- | ------ | ----- | ----------------------------------------- |
+| `daemon` | | ❌ | | |
+| `update-server-info` | | ✅ | | [cli](./cli/go-git/update_server_info.go) |
## Advanced