- Implement ArchiveService for repository archive operations - Add BlameService for Git blame functionality - Create BranchService with full branch management capabilities - Integrate CommitService for commit operations and history - Add DiffService for generating diffs and patches - Implement MergeService with conflict resolution features - Add PackService for Git packfile operations - Create TagService for Git tag management - Add TreeService for Git tree operations - Implement comprehensive repository management functions - Add repository statistics and health checking capabilities - Include garbage collection and repacking operations - Add repository configuration management - Implement error handling and status conversion utilities - Add test suite covering all repository operations - Create utility functions for Git command execution - Add streaming response support for large data operations - Implement request resolution and validation helpers |
||
|---|---|---|
| .. | ||
| archive.rs | ||
| blame.rs | ||
| branch.rs | ||
| commit.rs | ||
| diff.rs | ||
| merge.rs | ||
| mod.rs | ||
| pack.rs | ||
| repository_maint.rs | ||
| repository.rs | ||
| tag.rs | ||
| tree.rs | ||