1
0
Fork 0
mirror of https://github.com/imjasonh/infinite-git synced 2026-07-08 09:05:06 +00:00
infinite-git/internal
Jason Hall db0c5c91a5
Update to use single hello.txt file instead of creating new files
Instead of creating a new file for each pull (pull_1.txt, pull_2.txt, etc.),
now updates a single hello.txt file with the pull number and timestamp
with nanosecond precision.

Changes:
- Modified commit generator to update hello.txt instead of creating new files
- Added hello.txt to initial repository commit
- Updated tests to verify hello.txt content instead of checking for new files
- Fixed test expectations to account for counter increment during clone

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-23 22:56:40 -04:00
..
generator Update to use single hello.txt file instead of creating new files 2025-07-23 22:56:40 -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 Update to use single hello.txt file instead of creating new files 2025-07-23 22:56:40 -04:00
server Implement pure Go Git HTTP server without CLI dependencies 2025-07-23 22:28:50 -04:00