Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(git): Again use the Git CLI to perform the actual
reset
JGit still does not support sparse checkouts [1], and its `reset` call turns the sparse checkout done by `git checkout` into a full checkout. So again use the Git CLI to perform the actual reset like done before 8472931, but continue to determine the resolved revision to reset to via JGit. Fixes #8195. [1]: https://bugs.eclipse.org/bugs/show_bug.cgi?id=383772 Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information