Commit 44cd732
fix(fullsend): set git identity before rebase in pre-fix-rebase.sh (#3471)
CI runners lack git user.name/email — rebase fails with
"fatal: empty ident name" which was misreported as "conflicts."
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0d1ea32 commit 44cd732
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments