* git stash pop --quiet is not always quiet after save -u
@ 2016-02-04 7:55 Kevin Locke
0 siblings, 0 replies; only message in thread
From: Kevin Locke @ 2016-02-04 7:55 UTC (permalink / raw)
To: git
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!
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-04 7:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04 7:55 git stash pop --quiet is not always quiet after save -u Kevin Locke
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).