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. Regards, -- dexen deVries [[[↓][→]]] ``As my friend Jacob Gabrielson once put it, advocating Object-Oriented Programming is like advocating Pants-Oriented Clothing.'' -- Steve Yegge, in http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html -- 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