aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | 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
* | | | | | [pgm] Add options --name-only, --name-status to diff, log, showalerthak2022-11-231-2/+17
* | | | | | PushCommand: allow users to disable use of bitmaps for pushkylezhao2022-10-211-0/+28
* | | | | | I/O redirection for the pre-push hookThomas Wolf2022-10-201-0/+47
* | | | | | CloneCommand: set HEAD also when not checking outThomas Wolf2022-09-181-11/+9
* | | | | | Pass on shallowSince only if not nullThomas Wolf2022-09-182-2/+6
* | | | | | Split out ApplyCommand logic to PatchApplier classNitzan Gur-Furman2022-09-151-665/+14
|/ / / / /
* | | | | WorkTreeUpdater: use DirCacheCheckout#StreamSupplierHan-Wen Nienhuys2022-09-061-6/+2
* | | | | DirCacheCheckout#getContent: also take InputStream supplierHan-Wen Nienhuys2022-09-061-4/+2
* | | | | ApplyCommand: fix ApplyResult#updatedFilesHan-Wen Nienhuys2022-08-231-5/+6
* | | | | DirCacheCheckout: load WorkingTreeOptions only onceThomas Wolf2022-08-142-14/+23
* | | | | Reapply "Create util class for work tree updating in both filesystem and index."Nitzan Gur-Furman2022-08-081-65/+7
* | | | | Revert "Create util class for work tree updating in both filesystem and index."Jonathan Nieder2022-08-051-7/+65
* | | | | CleanCommand: fix prefix matchingThomas Wolf2022-08-031-14/+18
* | | | | Fetch: add support for shallowRobin Müller2022-07-312-7/+218
* | | | | Create util class for work tree updating in both filesystem and index.Nitzan Gur-Furman2022-07-251-65/+7
|/ / / /
* | | | 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