Browse Source
"git stash" does not allow subcommands it internally runs as its implementation detail, except for "git reset", to emit messages; now "git reset" part has also been squelched. * vd/stash-silence-reset: reset: show --no-refresh in the short-help reset: remove 'reset.refresh' config option reset: remove 'reset.quiet' config option reset: do not make '--quiet' disable index refresh stash: make internal resets quiet and refresh index reset: suppress '--no-refresh' advice if logging is silenced reset: replace '--quiet' with '--no-refresh' in performance advice reset: introduce --[no-]refresh option to --mixed reset: revise index refresh advicemaint
Junio C Hamano
3 years ago
11 changed files with 87 additions and 30 deletions
@ -1,2 +0,0 @@
@@ -1,2 +0,0 @@
|
||||
reset.quiet:: |
||||
When set to true, 'git reset' will default to the '--quiet' option. |
Loading…
Reference in new issue