I wrote on Tue, 30 Aug 2011 20:24:04 +0200:
Ben Walton wrote on Tue, 30 Aug 2011 13:43:46 -0400:
quoted
Excerpts from Ingo Brückl's message of Tue Aug 30 13:21:18 -0400 2011:
quoted
quoted
The output of "stash list" is such that piping into a pager
normally isn't necessary but annoying, so disable it by default.
quoted
If you $PAGER is less and you use the default LESS environment value
FRXS, this shouldn't be annoying at all. Are you using either a
different pager or a different value for LESS?
For some reason I have '-c' in LESS which must be convenient for a case
I currently don't remember.
Now I know again. '-c' is within my LESS because I like small "git diff"
output printed on an erased terminal. I think it is easier to overview that
way.
With "git stash list" I'd like it the other way, because that output is
just a simple list (and usually very small in my case).
Ingo