Commit 98da623
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 98da623
1 file changed
+1
-3
lines changed| 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