Commit 4765445
Test User
fix(api): correct staged_files tuple extraction and timestamp normalization
- Extract only path component from repo.index.entries.keys() tuples
(keys are (path, stage) pairs, not plain strings)
- Use .astimezone(UTC) before formatting commit timestamps for proper
UTC normalization
Addresses additional code review feedback for PR #282.1 parent f8407a9 commit 4765445
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
605 | | - | |
| 605 | + | |
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
| |||
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
679 | | - | |
| 679 | + | |
| 680 | + | |
680 | 681 | | |
681 | 682 | | |
682 | 683 | | |
| |||
0 commit comments