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

Evaluate pathspecs in-process #91

Open
zombiezen opened this issue Jan 14, 2019 · 1 comment
Open

Evaluate pathspecs in-process #91

zombiezen opened this issue Jan 14, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@zombiezen
Copy link
Member

While there would be some upfront complexity, there would be tremendous simplification of internals if gg were able to evaluate pathspecs in-process rather than having to depend on Git every time. Main hurdles are translating real paths into top-level paths and then correctly supporting all the options that Git supports.

@zombiezen zombiezen added the enhancement New feature or request label Jan 14, 2019
@zombiezen
Copy link
Member Author

Some progress: I can now reliably translate real paths into top-level paths. See worktreeRelativePath.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
1 participant