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

fix: search for the commit in the whole git repo #4

Closed
wants to merge 1 commit into from

Conversation

Mayeu
Copy link
Contributor

@Mayeu Mayeu commented Jul 21, 2024

Hello 👋

Thank you for your work on this 👍

By default fetchGit will only search for the commit on the default branch, but on mix side it not possible to set a branch and a commit, one can only have one of branch, tag, or ref. So it's not possible to get a specific commit from a specific branch in this situation.

This patch activates the "allRefs" option of fetchGit so that the commit will be searched in the whole repo and not only in the default branch.

@camelpunch
Copy link
Contributor

Apologies, only just saw this - I need to sort my notifications out. Will take a look soon!

camelpunch added a commit that referenced this pull request Aug 9, 2024
@camelpunch
Copy link
Contributor

I've fixed tests etc. and added your commit on top of another change. Won't show as a merge, but your commit is in - thanks!

@camelpunch camelpunch closed this Aug 9, 2024
camelpunch added a commit that referenced this pull request Aug 14, 2024
@Mayeu
Copy link
Contributor Author

Mayeu commented Aug 14, 2024

Apologies, only just saw this - I need to sort my notifications out. Will take a look soon!

No worry 😊 Thank you for releasing a new version with this change 👍

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