Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scm: Open stdout in text mode for Git timestamp subprocesses
Mock would fail when using SCM with Git timestamps from attempting to mix encoded text strings with raw bytes since these subprocesses weren't using an encoding for their output. Omit showing the patch along with the timestamp. It will break the encoding if the diff contains invalid UTF-8 sequences.
- Loading branch information