On Nov 21, 2011, at 4:41 AM, dexen deVries <dexen.devries@xxxxxxxxx> wrote: > On Monday 21 of November 2011 11:53:03 Stefan Näwe wrote: >> 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 -- 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