You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: