From: Kevin Locke <kevin@kevinlocke.name>
To: git@vger.kernel.org
Subject: git stash pop --quiet is not always quiet after save -u
Date: Wed, 3 Feb 2016 23:55:32 -0800 [thread overview]
Message-ID: <20160204075532.GB25382@kevinolos> (raw)
Using git 2.7.0 or master (563e3849) apply/pop prints
"Already up-to-date!" if the stash contains only untracked files. As
an example:
git init
git commit --allow-empty -m init
touch test.txt
git stash -u
Now that the stash contains only untracked files, applying it with
either pop or apply produces the following output:
$ git stash pop --quiet
Already up-to-date!
It's obviously a minor issue, but can be an annoyance for scripting
tasks.
Thanks for considering,
Kevin
P.S. Please CC me on replies. Thanks!
reply other threads:[~2016-02-04 7:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160204075532.GB25382@kevinolos \
--to=kevin@kevinlocke.name \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).