aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* AddCommand: implement --all/--no-allThomas Wolf2025-02-261-4/+14
* Merge changes I83adebe5,Ibbc9ba97Matthias Sohn2025-02-252-0/+118
|\
| * DirCacheCheckout.preScanOneTree: consider mode bitsThomas Wolf2025-02-091-0/+26
| * Merge: improve handling of case-variantsThomas Wolf2025-02-091-0/+92
* | DescribeCommand: Add exclusion matches using setExclude()Jonathing2025-02-251-0/+22
* | Replace usage of deprecated Config#getEnum methodMatthias Sohn2025-02-172-17/+11
* | BlameGeneratorTest: Extract "file.txt" to a constantIvan Frade2025-02-141-16/+20
|/
* RefDatabase#getReflogReader(String): use #exactRef to resolve refNameMatthias Sohn2025-01-276-17/+21
* Deprecate Repository#getReflogReader methodsMatthias Sohn2025-01-2711-97/+134
* RebaseCommandTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-6/+11
* GarbageCollectCommandTest: replace deprecated GitDateParserMatthias Sohn2024-12-291-11/+6
* GarbageCollectCommand, GC: use java.time APIMatthias Sohn2024-12-282-2/+4
* CommitCommandTest: use java.time APIMatthias Sohn2024-12-251-7/+8
* ArchiveCommandTest: add more detailed message if test failedXenoAmess2024-12-131-1/+4
* RevertCommand: use only first line in revert commit messageThomas Wolf2024-12-111-3/+6
* Submodules: use relative paths for worktree and gitdirSimon Eder2024-12-111-5/+6
* PullCommandTest: assert git status in some simple testsMatthias Sohn2024-11-141-0/+7
* [errorprone] Remove deprecated security managerIvan Frade2024-11-012-299/+0
* Signing: refactor interfacesThomas Wolf2024-08-241-16/+57
* Add worktrees read supportJanne Valkealahti2024-07-142-1/+193
* [errorprone] Fix pattern UseCorrectAssertInTestsMatthias Sohn2024-04-291-3/+5
* [errorprone] Fix pattern CatchFailMatthias Sohn2024-04-291-1/+3
* [errorprone] Fix pattern see UnusedVariableMatthias Sohn2024-04-294-20/+17
* [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-281-2/+2
* RebaseCommand: fix stopping on root commit conflictsThomas Wolf2024-01-281-0/+34
* CherryPick: add ability to customise cherry-picked commit messageDmitrii Naumenko2024-01-281-0/+185
* Fix branch ref exist checkflorian.signoret2023-11-181-0/+15
* RebaseCommand: return correct status on stash apply conflictsThomas Wolf2023-10-131-1/+52
* RevertCommand: support for inserting a Gerrit change IDThomas Wolf2023-09-081-0/+37
* Remove unnecessary @SuppressWarnings("serial")Matthias Sohn2023-07-161-1/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+2
* Bump bazel vesion to 6.2.0David Ostrovsky2023-05-291-6/+2
* Support rebasing independent branchesThomas Wolf2023-04-291-0/+141
* Support cherry-picking a root commitThomas Wolf2023-04-291-35/+67
* AddCommand: ability to switch off renormalizationThomas Wolf2023-04-281-1/+71
* Merge branch 'stable-6.5'Matthias Sohn2023-04-281-0/+15
|\
| * Parse pull.rebase=preserve as alias for pull.rebase=mergesMatthias Sohn2023-04-221-0/+15
* | ListTagCommand: implement git tag --containsMatthias Sohn2023-04-121-0/+44
|/
* Change config pull.rebase=preserve to pull.rebase=mergesPavel Salamon2023-02-281-12/+12
* I/O redirection for the pre-push hookThomas Wolf2022-10-201-1/+52
* CloneCommand: set HEAD also when not checking outThomas Wolf2022-09-181-4/+31
* Merge "Split out ApplyCommand logic to PatchApplier class"Han-Wen NIenhuys2022-09-151-386/+0
|\
| * Split out ApplyCommand logic to PatchApplier classNitzan Gur-Furman2022-09-151-386/+0
* | Revert "Option to pass start RevCommit to be blamed on to theMatthias Sohn2022-09-061-303/+26
|/
* ApplyCommand: fix ApplyResult#updatedFilesHan-Wen Nienhuys2022-08-231-7/+7
* Option to pass start RevCommit to be blamed on to the BlameGenerator.Ronald Bhuleskar2022-08-171-26/+303
* Fix adding symlinks to the index when core.symlinks=falseThomas Wolf2022-08-131-0/+41
* Merge "Revert "Option to pass start RevCommit to be blamed on to the BlameGen...Terry Parker2022-08-031-303/+26
|\
| * Revert "Option to pass start RevCommit to be blamed on to the BlameGenerator."Ronald Bhuleskar2022-08-031-303/+26
* | Merge "Revert "Adds FilteredRevCommit that can overwrites its parents in the ...Terry Parker2022-08-031-7/+0
|\ \