dvc somehow fools git into thinking it runs on a TTY?
Bug #347238 reported by
Samuel Bronson
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dvc |
New
|
Undecided
|
Unassigned |
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?
To post a comment you must log in.
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.