aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* [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
|\ \
| * | Revert "Adds FilteredRevCommit that can overwrites its parents in the DAG."Ronald Bhuleskar2022-08-031-7/+0
* | | CleanCommand: fix prefix matchingThomas Wolf2022-08-031-0/+21
| |/ |/|
* | Option to pass start RevCommit to be blamed on to the BlameGenerator.Ronald Bhuleskar2022-08-021-26/+303
|/
* Adds FilteredRevCommit that can overwrites its parents in the DAG.Ronald Bhuleskar2022-08-021-0/+7
* Fetch: add support for shallowRobin Müller2022-07-311-1/+234
* Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-07-062-0/+64
|\
| * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-07-062-0/+64
| |\
| | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-07-062-0/+64
| | |\
| | | * Do not create reflog for remote tracking branches during cloneLuca Milanesio2022-06-252-0/+64
* | | | Fetch: Introduce negative refspecs.yunjieli2022-04-131-0/+47
* | | | Use git config core.commentCharThomas Wolf2022-03-262-0/+164
* | | | LsRemoteCommand: apply url.*.insteadOfThomas Wolf2022-03-151-0/+16
|/ / /
* | | [push] support the "matching" RefSpecs ":" and "+:"Thomas Wolf2022-03-061-10/+47
* | | IndexDiff: use tree filter also for SubmoduleWalkThomas Wolf2022-03-061-0/+29
* | | Cap describe abbrev optionMatthias Sohn2022-03-021-9/+9
* | | DescribeCommand: Add support for --abbrev=0Matthias Sohn2022-03-021-0/+2
* | | DescribeCommand: Support configuring the hash abbreviationSebastian Schuberth2022-02-191-3/+25
* | | PushCommand: determine remote from git config if not givenThomas Wolf2022-02-141-2/+172
* | | PushCommand: consider push.default when no RefSpecs are givenRolf Theunissen2022-02-141-0/+563
* | | Introduce a constant for the length of an abbreviated hash stringSebastian Schuberth2022-02-031-1/+4