Commit e2a95bf
committed
fix(verify-status): stage before diff so a new status.json is committed
git diff ignores untracked files, so the first run created status.json but
skipped the commit. Stage first, then check git diff --cached. Refs #11 parent 530c7b2 commit e2a95bf
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | | - | |
51 | 53 | | |
52 | 54 | | |
0 commit comments