Commit b6a64ae
committed
sync/git(fix[update_repo]): Use quiet=True for stash.save
why: The code incorrectly passed "--quiet" as the message parameter,
creating stashes with literal "--quiet" message instead of suppressing output.
what:
- Change stash.save(message="--quiet") to stash.save(quiet=True)
- Remove unused git_stash_save_options variable
- Remove outdated Git < 1.7.6 comment1 parent f0e705d commit b6a64ae
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
484 | | - | |
485 | 483 | | |
486 | | - | |
| 484 | + | |
487 | 485 | | |
488 | 486 | | |
489 | 487 | | |
| |||
0 commit comments