On Nov 21, 2011, at 4:41 AM, dexen deVries [off-list ref] wrote:
On Monday 21 of November 2011 11:53:03 Stefan Näwe wrote:
quoted
You can simply put the following in your ~/.gitconfig:
[guitool "Stash/show"]
cmd = git stash show -p
[guitool "Stash/list"]
cmd = git stash list
[guitool "Stash/pop"]
cmd = git stash pop
[guitool "Stash/drop"]
cmd = git stash drop
confirm = yes
that's nice, but doesn't list visually the stashed changes. I'd rather have a
listing similar to Unstanged Changes / Staged Changes, with ability to view
line-by-line diff just like for Changes.
[blatant plug]
git-cola has this feature.
http://git-cola.github.com/
Have fun,
--
David