aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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
* | | | CommitCommand: call GpgSigner.getDefault() only if indeed signingThomas Wolf2022-04-141-8/+8
* | | | Use git config core.commentCharThomas Wolf2022-03-265-34/+94
* | | | LsRemoteCommand: apply url.*.insteadOfThomas Wolf2022-03-151-6/+14
|/ / /
* | | [push] support the "matching" RefSpecs ":" and "+:"Thomas Wolf2022-03-061-1/+1
* | | Describe: add support for core.abbrev config optionMatthias Sohn2022-03-021-12/+16
* | | Cap describe abbrev optionMatthias Sohn2022-03-021-2/+10
* | | DescribeCommand: Add support for --abbrev=0Matthias Sohn2022-03-021-0/+3
* | | DescribeCommand: Support configuring the hash abbreviationSebastian Schuberth2022-02-191-5/+26
* | | PushCommand: determine remote from git config if not givenThomas Wolf2022-02-141-1/+31
* | | PushCommand: consider push.default when no RefSpecs are givenRolf Theunissen2022-02-141-12/+117
* | | Prevent that an instance of PushCommand is reusedThomas Wolf2022-02-141-0/+1
* | | [rebase] InteractiveHandler2: handle Gerrit Change-IdsThomas Wolf2022-02-041-6/+27
* | | Introduce a constant for the length of an abbreviated hash stringSebastian Schuberth2022-02-033-6/+18
* | | RebaseCommand: fix commit message in "fixup" caseThomas Wolf2022-02-021-25/+29
* | | Merge conflict messages: prefix conflict lines with a hashThomas Wolf2022-01-313-4/+4
* | | RebaseCommand: better commit message rewordingThomas Wolf2022-01-311-27/+110
* | | CommitCommand: commit message cleanupThomas Wolf2022-01-311-3/+76
|/ /
* | Don't block in GC#gc until garbage collection finishedMatthias Sohn2021-11-281-2/+4
* | GarbageCollectCommand: add numberOfBitmaps to statisticskylezhao2021-10-081-0/+1
* | Remove redundant type argumentsThomas Wolf2021-09-301-1/+1
* | [errorprone] NameRevCommand: remove ignored call of #toStringMatthias Sohn2021-09-291-3/+4
* | Merge branch 'master' into nextMatthias Sohn2021-09-131-2/+10
|\|
| * Ignore IllegalStateException if JVM is already shutting downMatthias Sohn2021-08-291-2/+10
* | Merge branch 'master' into nextMatthias Sohn2021-06-152-52/+521
|\|
| * Merge "Add git config for conflict style merge/diff3"Matthias Sohn2021-05-261-0/+14
| |\
| | * Add git config for conflict style merge/diff3Thomas Wolf2021-05-031-0/+14
| * | ApplyCommand: fix "no newline at end" detectionThomas Wolf2021-05-261-1/+5
| * | ApplyCommand: handle completely empty context lines in text patchesThomas Wolf2021-05-261-2/+14
| * | ApplyCommand: use byte arrays for text patches, not stringsThomas Wolf2021-05-261-38/+32
| * | ApplyCommand: support binary patchesThomas Wolf2021-05-261-30/+244
| * | ApplyCommand: convert to git internal format before applying patchThomas Wolf2021-05-181-24/+255
| |/
* | Merge branch 'master' into nextMatthias Sohn2021-05-126-134/+302
|\|
| * Implement ours/theirs content conflict resolutionThomas Wolf2021-04-195-55/+196
| * Refactor CommitCommand to improve readabilityMatthias Sohn2021-03-231-72/+90
| * CommitCommand: fix formattingMatthias Sohn2021-03-231-2/+1
| * CommitCommand: remove unncessary commentMatthias Sohn2021-03-231-1/+0
| * Ensure post-commit hook is called after index lock was releasedMatthias Sohn2021-03-231-6/+17
* | Enable CommitCommand to use a fluent styleAlex Blewitt2021-03-191-2/+4
|/
* init: add config option to set default for the initial branch nameMatthias Sohn2021-02-221-3/+10
* init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-221-0/+23
* Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-222-1/+22