Holger Hellmuth <hellmuth@xxxxxxxxxx> writes: > Am 24.02.2014 17:21, schrieb Matthieu Moy: >> $ git add foo.txt >> $ git status >> On branch master >> Changes to be committed: >> (use "git reset HEAD <file>..." to unstage) >> >> modified: foo.txt > > Maybe status should display a stash count if that count is > 0, as > this is part of the state of the repo. Maybe it would help some users, but not me for example. My main use of "git stash" is a safe replacement for "git reset --hard": when I want to discard changes, but keep them safe just in case. So, my stash count is almost always >0, and I don't want to hear about it. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html