I generally like the use of the pager in git, but for git stash the pager annoys me. When calling git stash list, I don\'t want to be shown the th
git stash
git stash list
As of 1.7.7.3, git config --global pager.stash false accomplishes this.
git config --global pager.stash false