Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Don't allow really long git-commit messages #17

Open
staxmanade opened this issue Mar 23, 2016 · 0 comments
Open

Don't allow really long git-commit messages #17

staxmanade opened this issue Mar 23, 2016 · 0 comments

Comments

@staxmanade
Copy link
Member

A really large pull request in DefinitelyTyped/DefinitelyTyped#8605 caused every package to be re-published to NuGet.

At the end of the script is a git commit -m {msg} command. The {msg} was so big that it was throwing an error saying the command line command was too long to execute. Causing the system to not succeed and end up re-publishing all nuget packages every 2 hours (see image)

image

After running it once manually and manually committing the change in 6d2a959 it re-stabilized.

image

So we need to guard against a commit message that is too long.

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant