Commit d254335
fix(amend): default author falls back to USERNAME on Windows (TP-056)
The env fallback chain only checked $USER, which Windows does not set —
docops amend without --by errored on any Windows box lacking git
user.name. Unmasked by the Windows CI un-hang: TestLifecycle_EndToEnd.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 4035796 commit d254335
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
442 | 446 | | |
443 | 447 | | |
444 | 448 | | |
| |||
0 commit comments