summaryrefslogtreecommitdiff
path: root/git/test/fixtures/issue-301_stderr
Commit message (Collapse)AuthorAgeFilesLines
* fix(cmd): line parsingSebastian Thiel2015-07-031-0/+5002
* Previously we could fail to parse the last line within a read buffer, which is now fixed. * Added a test to verify our *slow* line parsing works as expected.