I ran into a scenario where the stdOut buffer from one of my git commands (via gittle) exceeds the default maxBuffer size for child_process.exec. If I was able to, I'd pass an option down to gittle to increase the maxBuffer. But currently no such feature exists.