You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: only parse commit messages during git node backport analysis (nodejs#651)
Previously we parse the entire commit, including the diff, which
can result in ENOBUFS errors. Adding `-s` option to the `git show`
command would eliminate the commit body in the output, which
we don't need, so the error can be less likely to happen during
commit message analysis.
0 commit comments