bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59158: [PATCH] vc-git: Ensure git doesn't try to colorize stashes


From: Morgan Smith
Subject: bug#59158: [PATCH] vc-git: Ensure git doesn't try to colorize stashes
Date: Wed, 09 Nov 2022 16:22:06 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Attachment: 0001-vc-git-Ensure-git-doesn-t-try-to-colorize-stashes.patch
Description: Text Data

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]