Samuel Bronson | 8 May 19:03
Picon
Gravatar

[Bug 347238] Re: dvc somehow fools git into thinking it runs on a TTY?

This may also be part of why the bzr backend is showing garbage intended
to be a progress bar, though without bug #339385 we could work around
that.

** Tags added: bzr

--

-- 
dvc somehow fools git into thinking it runs on a TTY?
https://bugs.launchpad.net/bugs/347238
You received this bug notification because you are a member of dvc-dev,
which is the registrant for dvc.

Status in Distributed Version Control for Emacs: New

Bug description:
With the following in ~/.gitconfig or .git/config, dvc-log fails due to ANSI color escapes:

[color]
        diff = auto

Apparently, something about how dvc invokes git makes it think it runs in a terminal. (Does it?) Perhaps we
should set up a dummy "dvc" for testing this sort of thing?

Gmane