aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated StashApplyCommand#setApplyUntracked methodMatthias Sohn2024-09-031-13/+0
* Remove deprecated StashApplyCommand#setApplyIndex methodMatthias Sohn2024-09-031-12/+0
* Remove deprecated RemoteSetUrlCommand#setUri methodMatthias Sohn2024-09-031-12/+0
* Remove deprecated RemoteSetUrlCommand#setPush methodMatthias Sohn2024-09-031-17/+0
* Remove deprecated RemoteSetUrlCommand#setName methodMatthias Sohn2024-09-031-12/+0
* Remove deprecated RemoteRemoveCommand#setName methodMatthias Sohn2024-09-031-12/+0
* Remove deprecated CheckoutCommand#setForce methodMatthias Sohn2024-09-031-18/+0
* Signing: refactor interfacesThomas Wolf2024-08-244-107/+47
* Add worktrees read supportJanne Valkealahti2024-07-142-2/+2
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-2910-23/+19
* RebaseCommand: fix stopping on root commit conflictsThomas Wolf2024-01-281-5/+9
* CherryPick: add ability to customise cherry-picked commit messageDmitrii Naumenko2024-01-282-1/+94
* Fix branch ref exist checkflorian.signoret2023-11-181-3/+1
* DeleteBranchCommand: update config only at the endThomas Wolf2023-10-141-49/+170
* RebaseCommand: return correct status on stash apply conflictsThomas Wolf2023-10-131-12/+19
* Merge branch 'stable-6.7'Matthias Sohn2023-10-131-1/+18
|\
| * Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-10-131-1/+18
| |\
| | * Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-10-131-1/+18
| | |\
| | | * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-10-131-1/+18
| | | |\
| | | | * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-10-131-1/+18
| | | | |\
| | | | | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-10-131-1/+18
| | | | | |\
| | | | | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-10-131-1/+18
| | | | | | |\
| | | | | | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-10-131-1/+18
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-10-131-1/+18
| | | | | | | | |\
| | | | | | | | | * Add support for git config repack.packKeptObjectsAntonio Barone2023-10-121-4/+5
| | | | | | | | | * Do not exclude objects in locked packs from bitmap processingLuca Milanesio2023-10-121-0/+16
* | | | | | | | | | [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-255-9/+37
* | | | | | | | | | [errorprone] Prevent int expression may overflowMatthias Sohn2023-09-251-1/+1
* | | | | | | | | | [errorprone] Rename method parameter to silence InvalidParamMatthias Sohn2023-09-252-6/+6
* | | | | | | | | | [errorprone] TagCommand: Remove unused parameter of private methodMatthias Sohn2023-09-251-8/+2
* | | | | | | | | | [errorprone] Use ArrayList instead of LinkedListMatthias Sohn2023-09-221-2/+2
* | | | | | | | | | [errorprone] AddCommand#filepattern: use a more specific typeMatthias Sohn2023-09-221-2/+2
* | | | | | | | | | [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-1/+1
* | | | | | | | | | Use ShutdownHook to gracefully handle JVM shutdownMatthias Sohn2023-09-121-11/+5
* | | | | | | | | | RevertCommand: support for inserting a Gerrit change IDThomas Wolf2023-09-081-1/+18
|/ / / / / / / / /
* | | | | | | | | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-09-032-26/+23
|\| | | | | | | |
| * | | | | | | | Checkout: better directory handlingThomas Wolf2023-09-032-26/+23
* | | | | | | | | Fix all Javadoc warnings and fail on themAntoine Musso2023-06-1634-43/+46
|/ / / / / / / /
* | | | | | | | Support rebasing independent branchesThomas Wolf2023-04-291-11/+19
* | | | | | | | Support cherry-picking a root commitThomas Wolf2023-04-291-2/+8
* | | | | | | | AddCommand: ability to switch off renormalizationThomas Wolf2023-04-281-2/+56
* | | | | | | | ListTagCommand: implement git tag --containsMatthias Sohn2023-04-121-4/+39
* | | | | | | | Fix PatchApplier error handling.Nitzan Gur-Furman2023-03-281-4/+30
|/ / / / / / /
* / / / / / / Change config pull.rebase=preserve to pull.rebase=mergesPavel Salamon2023-02-282-5/+5
|/ / / / / /
* | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-011-0/+3
|\| | | | |
| * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-011-0/+3
| |\| | | |
| | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-011-0/+3
| | |\| | |
| | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-011-0/+3
| | | |\| |
| | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-011-0/+3
| | | | |\|
| | | | | * FetchCommand: fix fetchSubmodules to work on a Ref to a blobMatthias Sohn2023-01-311-0/+3