gitkk/proto
zhenyi ab32e8826e feat(pack): add raw advertise refs and stateless protocol support
- Add raw flag to AdvertiseRefsRequest to enable raw pkt-line output
- Implement advertise_refs_raw function that calls git upload-pack/receive-pack with --advertise-refs
- Add stateless flag to GitProtocolFeatures for HTTP smart protocol support
- Modify upload_pack and receive_pack to accept stateless parameter
- Update command construction to include --stateless-rpc flag when enabled
- Add raw_data field to AdvertiseRefsResponse for raw output
- Update pack cache key computation to include raw service differentiation
- Initialize raw field to false in all request creation calls
2026-06-08 21:46:31 +08:00
..
archive.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
blame.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
branch.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
commit.proto feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
diff.proto feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
hooks.proto feat(cluster): implement distributed clustering with etcd coordination 2026-06-08 14:31:29 +08:00
merge.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
oid.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
pack.proto feat(pack): add raw advertise refs and stateless protocol support 2026-06-08 21:46:31 +08:00
ref.proto feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
remote.proto feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
repository.proto feat(api): extend commit and diff services with new functionality 2026-06-08 15:37:08 +08:00
tag.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
tagger.proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
tree.proto feat(tree): add recent commit metadata and LFS support to file metadata 2026-06-04 13:47:46 +08:00