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

Fuzzy finder for objects. #18

Open
vaibhavsagar opened this issue Sep 5, 2016 · 1 comment
Open

Fuzzy finder for objects. #18

vaibhavsagar opened this issue Sep 5, 2016 · 1 comment

Comments

@vaibhavsagar
Copy link
Owner

There should be a function that takes one of: a SHA1, a symref (HEAD, ORIG_HEAD, etc.), or a branch/lightweight tag name (master, test, etc.) and provides the corresponding object if the provided information unambiguously identifies one. This is what git cat-file -p does.

@vaibhavsagar
Copy link
Owner Author

I've written this function and it seems to work, but there are no tests for it yet.

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

No branches or pull requests

1 participant