Go to file
zhenyi dcb0fb74c5 feat(core): implement Git repository operations with gRPC services
- Add advertise_refs functionality for Git protocol communication
- Implement archive service with TAR/ZIP format support and streaming
- Create blame service for Git file annotation with line tracking
- Add branch management including create, delete, rename and compare operations
- Implement merge checking with conflict detection and fast-forward handling
- Add cherry-pick functionality for applying commits between branches
- Integrate gix library for Git repository operations and object handling
- Add comprehensive test suite covering all Git operations
- Implement proper error handling and repository validation
- Add pagination support for large result sets
- Create protobuf definitions for all Git operations and data structures
- Add build system for gRPC code generation and dependency management
2026-06-04 13:05:38 +08:00
.idea feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
archive feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
blame feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
blob feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
branch feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
commit feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
diff feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
merge feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
pack feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
pb feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
proto feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
refs feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
tag feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
tests feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
tree feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
.gitignore feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
bare.rs feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
build.rs feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
Cargo.lock feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
Cargo.toml feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
error.rs feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
init.rs feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
lib.rs feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
LICENSE feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
oid.rs feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
paginate.rs feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00
README.md feat(core): implement Git repository operations with gRPC services 2026-06-04 13:05:38 +08:00

gitks

A Git bare repository operation library based on gRPC.

License

PolyForm Noncommercial 1.0.0 — Free for noncommercial use. For commercial licenses, please contact us.