aboutsummaryrefslogtreecommitdiff
path: root/git/test/fixtures/cat_file.py
AgeCommit message (Collapse)Author
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
+ Some cases had restructuring of code.
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