]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3903-stash.sh
stash: make push -q quiet
authorPaul-Sebastian Ungureanu <ungureanupaulsebastian@gmail.com>
Mon, 25 Feb 2019 23:16:24 +0000 (23:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:41:40 +0000 (09:41 +0900)
commit1ac528c0b0c3f3e8a5faa75ea25f422fcbc2ba39
tree2f3bc3c18d2482efd2bd5defc1e315cb78de29de
parentd553f538b8a788a4a285af2000edf3285694182e
stash: make push -q quiet

There is a change in behaviour with this commit. When there was
no initial commit, the shell version of stash would still display
a message. This commit makes `push` to not display any message if
`--quiet` or `-q` is specified. Add tests for `--quiet`.

Signed-off-by: Paul-Sebastian Ungureanu <ungureanupaulsebastian@gmail.com>
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/stash--helper.c
t/t3903-stash.sh