Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extractPatchset: add git config core.abbrev=auto to format-patch call #280

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

jmairboeck
Copy link
Member

This makes sure that the patch output is consistent, even if users use different values for that option.

haikuporter -e is called by developers and its output ends up in the haikuports repository, so it should be as consistent as possible to avoid unnecessary noise.

Other commands either don't produce any visible output or are run on the buildmaster systems where there is a defined environment, so it isn't necessary to define the git config explicitly.

If there are other options which influence the output of format-patch, they should also be set explicitly.

This makes sure that the patch output is consistent, even if users use
different values for that option.

`haikuporter -e` is called by developers and its output ends up in the
haikuports repository, so it should be as consistent as possible to avoid
unnecessary noise.

Other commands either don't produce any visible output or are run on the
buildmaster systems where there is a defined environment, so it isn't necessary
to define the git config explicitly.

If there are other options which influence the output of `format-patch`, they
should also be set explicitly.
@waddlesplash waddlesplash merged commit 2259164 into haikuports:master Dec 28, 2023
3 checks passed
@jmairboeck jmairboeck deleted the extractPatchset-config branch December 28, 2023 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants