gitkk/pack
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
..
advertise_refs.rs feat(pack): add raw advertise refs and stateless protocol support 2026-06-08 21:46:31 +08:00
fsck.rs feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
index_pack.rs feat(server): add tracing spans and caching to archive and blame services 2026-06-04 15:33:16 +08:00
list_packfiles.rs feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
mod.rs feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
pack_objects.rs feat(server): add tracing spans and caching to archive and blame services 2026-06-04 15:33:16 +08:00
receive_pack.rs feat(pack): add raw advertise refs and stateless protocol support 2026-06-08 21:46:31 +08:00
upload_pack.rs feat(pack): add raw advertise refs and stateless protocol support 2026-06-08 21:46:31 +08:00