Skip to content

add committer fallback for fetch #2048

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

Merged
merged 2 commits into from
Jun 23, 2025

Conversation

ralphmodales
Copy link
Contributor

Fixes #2040

This PR extends the existing committer fallback logic from clone operation to fetch operation. When no committer is configured, fetch now uses the same dummy values as the clone.

@ralphmodales ralphmodales force-pushed the fetch-without-commiter-config branch from e5a734f to 62e4bab Compare June 16, 2025 06:24
@Byron Byron enabled auto-merge June 23, 2025 07:09
@Byron
Copy link
Member

Byron commented Jun 23, 2025

Thanks a lot!

That way one can always obtain a committer, even though it might
not represent the entity actually committing.
@Byron Byron force-pushed the fetch-without-commiter-config branch from 615ff19 to d7db360 Compare June 23, 2025 07:43
@Byron Byron merged commit 5cf6d05 into GitoxideLabs:main Jun 23, 2025
23 checks passed
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.

gix fetch requires a configured user while git fetch does not
2 participants