Hello, So if you've configured git with "git config --global color.ui always" then "git stash show" will create lots of spurious color escape characters that our stash viewer code cannot deal with. This patch makes sure that doesn't happen Thanks, Morgan