Commit 4aae5c0
committed
fix(vcs): separate verbose and quiet git progress modes
Git progress output (--progress, stderr inherit) was enabled globally,
causing indicatif progress bars in east update to collide with git's
transfer progress from concurrent fetch operations.
Fix:
- Git::clone() and Git::fetch() default to quiet (stderr captured)
- Git::clone_verbose() added for single interactive operations
- east init -m uses clone_verbose (progress visible to user)
- east update uses clone/fetch (quiet, indicatif controls the display)
- fetch_file also reverted to quiet mode
https://claude.ai/code/session_01XPaw9o6u8dbEfgjyyVNays1 parent 0b4ff07 commit 4aae5c0
2 files changed
Lines changed: 40 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
27 | 53 | | |
28 | 54 | | |
29 | 55 | | |
30 | 56 | | |
31 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
32 | 61 | | |
33 | 62 | | |
34 | 63 | | |
| |||
37 | 66 | | |
38 | 67 | | |
39 | 68 | | |
40 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
41 | 74 | | |
42 | 75 | | |
43 | 76 | | |
| |||
96 | 129 | | |
97 | 130 | | |
98 | 131 | | |
99 | | - | |
| 132 | + | |
100 | 133 | | |
101 | | - | |
| 134 | + | |
102 | 135 | | |
103 | 136 | | |
104 | 137 | | |
| |||
194 | 227 | | |
195 | 228 | | |
196 | 229 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
| 230 | + | |
205 | 231 | | |
206 | 232 | | |
207 | 233 | | |
208 | 234 | | |
209 | 235 | | |
210 | | - | |
| 236 | + | |
211 | 237 | | |
212 | 238 | | |
213 | 239 | | |
| |||
0 commit comments