- 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 |
||
|---|---|---|
| .. | ||
| common | ||
| archive_test.rs | ||
| blame_test.rs | ||
| branch_test.rs | ||
| commit_test.rs | ||
| diff_test.rs | ||
| integration.rs | ||
| merge_test.rs | ||
| repository_test.rs | ||
| tag_test.rs | ||
| tree_test.rs | ||