summaryrefslogtreecommitdiff
path: root/git/test/fixtures/cat_file.py
Commit message (Collapse)AuthorAgeFilesLines
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-3/+4
| | | + Some cases had restructuring of code.
* fix(cmd): don't open stdout when fetchingSebastian Thiel2015-07-031-0/+5
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