twosigma / git-meta

Repository for the git-meta project -- build your own monorepo using Git submodules
http://twosigma.github.io/git-meta
BSD 3-Clause "New" or "Revised" License
218 stars 50 forks source link

`git meta push` does not drain stderr from subprocs #593

Open abliss opened 6 years ago

abliss commented 6 years ago
GIT_TRACE_PACKET=true git meta push

Failed to push submodule x/y: stderr maxBuffer exceeded `git -C '/home/abliss/src/meta.prod/x/y/' push -f https://example.com/main/x/y 
f9db9c73e38b6795f246fb4ea76d39574f9d38a9:refs/commits/f9db9c73e38b6795f246fb4ea76d39574f9d38a9` (exited with error code undefined)
abliss commented 6 years ago

Also "error code undefined" seems like a bug.