Make bisect playable and validate commit_in_future using Git author timestamps

This commit is contained in:
Joe Tretter
2026-05-18 19:44:23 -05:00
parent f5bd5f5a60
commit afb548d46f
10 changed files with 256 additions and 36 deletions

View File

@@ -17,6 +17,7 @@ data class GitFile(
data class CommitNode(
val id: String,
val message: String,
val authorTimestampSeconds: Long? = null,
)
data class InteractiveAddSession(