Hi, Jeff King wrote: > On Wed, Sep 27, 2017 at 07:28:49PM +0200, Toni Uebernickel wrote: >> The previous version was v2.13.2. >> I switched back to this version, and it works perfectly fine; without any changes to my system. > > Thanks for confirming. > > There aren't a lot of changes to the script between v2.13.2 and v2.14.2. > The most plausible culprit is d5addcf522 (add--interactive: handle EOF > in prompt_yesno, 2017-06-21), but I'm scratching my head over how that > could cause what you're seeing. > > Are you able to build Git from source and bisect the problem? It would > help to know which commit introduced the problem. How about this change? commit 136c8c8b8fa39f1315713248473dececf20f8fe7 Author: Jeff King <peff@xxxxxxxx> Date: Thu Jul 13 11:07:03 2017 -0400 color: check color.ui in git_default_config() Toni, what is the output of "git config -l"? Thanks, Jonathan