Skip to content

chore: fix buffer size of git logs for cherry-pick script#3882

Merged
straker merged 1 commit intodevelopfrom
cherry-pick
Jan 25, 2023
Merged

chore: fix buffer size of git logs for cherry-pick script#3882
straker merged 1 commit intodevelopfrom
cherry-pick

Conversation

@straker
Copy link
Copy Markdown
Contributor

@straker straker commented Jan 23, 2023

Tried to use this today and it broke due to the git logs exceeding the buffer size of exec. Instead of setting the maxBuffer to an arbitrary number that could break in the future, we'll just reduce the amount of commits that log outputs. 3 years should be sufficient to find previous feat commits while not exceeding the buffer.

@straker straker requested a review from a team as a code owner January 23, 2023 22:13
@straker straker merged commit 4b513d3 into develop Jan 25, 2023
@straker straker deleted the cherry-pick branch January 25, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants