-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
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]>
- 52.1.0
- 52.0.1
- 52.0.0
- 51.1.0
- 51.0.0
- 50.0.0
- 49.0.0
- 48.0.0
- 47.0.0
- 46.0.0
- 45.0.0
- 44.0.0
- 43.0.2
- 43.0.1
- 43.0.0
- 42.1.0
- 42.0.0
- 41.0.0
- 40.0.1
- 40.0.0
- 39.0.0
- 38.0.0
- 37.0.0
- 36.0.0
- 35.0.0
- 34.0.0
- 33.1.0
- 33.0.0
- 32.1.0
- 32.0.0
- 31.0.0
- 30.0.0
- 29.1.0
- 29.0.0
- 28.0.0
- 27.0.0
- 26.0.0
- 25.1.0
- 25.0.0
- 24.0.0
- 23.0.0
- 22.8.0
- 22.7.0
- 22.6.0
- 22.5.0
- 22.4.0
- 22.3.0
- 22.2.0
- 22.1.0
- 22.0.0
- 21.0.0
- 20.1.0
- 20.0.0
- 19.1.0
- 19.0.0
- 18.0.0
- 17.1.0
- 17.0.1
- 17.0.0
- 16.0.0
- 15.3.0
- 15.2.0
- 15.1.0
- 15.0.0
1 parent
3852572
commit 4f21bb5
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters