Commit d572c4b
committed
sequencer: allow create_autostash to run silently
Add a silent parameter to create_autostash_internal and introduce
create_autostash_ref_silent so that callers can create an autostash
without printing the "Created autostash" message. Use stderr for
the message when not silent.
Signed-off-by: Harald Nordgren <haraldnordgren@gmail.com>1 parent cd9c64b commit d572c4b
2 files changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4632 | 4632 | | |
4633 | 4633 | | |
4634 | 4634 | | |
4635 | | - | |
| 4635 | + | |
| 4636 | + | |
4636 | 4637 | | |
4637 | 4638 | | |
4638 | 4639 | | |
| |||
4677 | 4678 | | |
4678 | 4679 | | |
4679 | 4680 | | |
4680 | | - | |
| 4681 | + | |
| 4682 | + | |
4681 | 4683 | | |
4682 | 4684 | | |
4683 | 4685 | | |
| |||
4689 | 4691 | | |
4690 | 4692 | | |
4691 | 4693 | | |
4692 | | - | |
| 4694 | + | |
4693 | 4695 | | |
4694 | 4696 | | |
4695 | 4697 | | |
4696 | 4698 | | |
4697 | | - | |
| 4699 | + | |
| 4700 | + | |
| 4701 | + | |
| 4702 | + | |
| 4703 | + | |
| 4704 | + | |
4698 | 4705 | | |
4699 | 4706 | | |
4700 | 4707 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
| |||
0 commit comments