1
0
Fork 0
mirror of https://github.com/imjasonh/infinite-git synced 2026-07-08 17:15:37 +00:00
infinite-git/internal
Jason Hall 8919cd5826
Implement pure Go Git HTTP server without CLI dependencies
Major rewrite to eliminate git CLI dependency:
- Created object package for Git object format handling (blob, tree, commit)
- Implemented packfile generation from scratch
- Rewrote repo initialization to create Git repos without CLI
- Implemented git-upload-pack protocol in pure Go
- Updated all server handlers to use new implementation
- Added Git packet tracing to test.sh for debugging
- Fixed tests to work with new implementation

The server now works entirely with Go code, no git commands needed.
Clone operations work correctly, but pull operations still have protocol
negotiation issues that need further debugging.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-23 22:28:50 -04:00
..
generator Implement infinite Git HTTP server 2025-07-23 21:19:02 -04:00
object Implement infinite Git HTTP server 2025-07-23 21:19:02 -04:00
packfile Implement infinite Git HTTP server 2025-07-23 21:19:02 -04:00
pktline Implement infinite Git HTTP server 2025-07-23 21:19:02 -04:00
protocol Implement pure Go Git HTTP server without CLI dependencies 2025-07-23 22:28:50 -04:00
repo Implement infinite Git HTTP server 2025-07-23 21:19:02 -04:00
server Implement pure Go Git HTTP server without CLI dependencies 2025-07-23 22:28:50 -04:00