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

Support for a console GitReadonlyInterface? #136

Open
jalaziz opened this issue Jun 15, 2017 · 1 comment
Open

Support for a console GitReadonlyInterface? #136

jalaziz opened this issue Jun 15, 2017 · 1 comment

Comments

@jalaziz
Copy link
Contributor

jalaziz commented Jun 15, 2017

We're currently facing a problem that arose from the differences between JGit and console git v2.11. Starting in 2.11, git uses a variable abbreviation length based on the number of objects in the repo. Our repo has now gotten sufficiently large that we're starting to see 10 character commit SHA abbreviations when calling git describe.

While I know this is primarily a JGit issue, these types of divergent behavior would be easily solved by just using the command-line git binary.

Would it be possible to extend support for the console git beyond the runner?

@haavardw
Copy link

haavardw commented Sep 4, 2018

This would also be a workaround for the buggy JGit describe implementation #161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants