Commit 62e698f
committed
♻️ Refactor git module into structured submodules
Split monolithic git.rs into specialized submodules
This change improves code organization and maintainability by:
- Creating dedicated modules for commits, files, metadata, and repository
- Establishing clear separation of concerns between components
- Maintaining backward compatibility through re-exports
- Preserving all existing functionality while improving structure
- Adding proper module documentation and organization
The refactoring makes the codebase more maintainable and easier to
extend with new Git-related features.1 parent fc6893e commit 62e698f
File tree
7 files changed
+1366
-1230
lines changed- src
- git
7 files changed
+1366
-1230
lines changed
0 commit comments