author | Stephen Boyd <bebarino@gmail.com> | |
Thu, 18 Jun 2009 01:07:37 +0000 (18:07 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 18 Jun 2009 18:54:57 +0000 (11:54 -0700) | ||
commit | fcdd0e92d9d42b8fa4569d92ba1013bb0eedfcd8 | |
tree | b72713cc8564e9d178de231f77030e1aa5d48a62 | tree | snapshot |
parent | 0e987a12fc1d481d81ad9c56f4714efb08667213 | commit | diff |
stash: teach quiet option
Teach stash pop, apply, save, and drop to be quiet when told. By using
the quiet option (-q), these actions will be silent unless errors are
encountered.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Teach stash pop, apply, save, and drop to be quiet when told. By using
the quiet option (-q), these actions will be silent unless errors are
encountered.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stash.txt | diff | blob | history | |
git-stash.sh | diff | blob | history | |
t/t3903-stash.sh | diff | blob | history |