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

Remove the_repository from bisect #1789

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

john-cai
Copy link
Contributor

This patch series removes the_repository from the git-bisect builtin.

The process of migrating away from using the global variable
the_repository may involve subcommands that also take a repository
argument. Allow this by adding a new function pointer type and enums.

Signed-off-by: John Cai <johncai86@gmail.com>
Replace calls to the_repository with the repository argument passed down
from the builtin. As a part of this, add arguments to the
repo_path_cache.

Signed-off-by: John Cai <johncai86@gmail.com>
@john-cai john-cai force-pushed the jc/remove-global-repo-bisect branch from a3828a0 to e6f3b6b Compare September 25, 2024 13:25
Copy link

There are issues in commit 3d4f440:
wip
Commit checks stopped - the message is too short
Commit not signed off

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.

1 participant