aboutsummaryrefslogtreecommitdiff
path: root/git/test/fixtures/cat_file.py
AgeCommit message (Collapse)Author
2015-07-03fix(cmd): don't open stdout when fetchingSebastian Thiel
This allows us to use the main thread to parse stderr to get progress, and resolve assertion failures hopefully once and for all. Relates to #301