aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Re-try reading a file when there are concurrent writesThomas Wolf2022-03-193-107/+168
* [sideband] Ensure last bit of progress channel is writtenThomas Wolf2022-03-193-7/+39
* Merge branch 'stable-6.1'Matthias Sohn2022-03-0911-239/+661
|\
| * Prepare 6.1.1-SNAPSHOT buildsMatthias Sohn2022-03-083-55/+55
| * JGit v6.1.0.202203080745-rv6.1.0.202203080745-rMatthias Sohn2022-03-083-4/+4
| * [checkout] Use .gitattributes from the commit to be checked outThomas Wolf2022-03-075-143/+324
| * Don't use final for method parametersMatthias Sohn2022-03-063-20/+14
| * [push] support the "matching" RefSpecs ":" and "+:"Thomas Wolf2022-03-065-64/+280
| * [push] Call the pre-push hook later in the push processThomas Wolf2022-03-062-15/+43
| * IndexDiff: use tree filter also for SubmoduleWalkThomas Wolf2022-03-061-0/+3
| * Prepare 6.1.0-SNAPSHOT buildsMatthias Sohn2022-03-023-4/+4
| * JGit v6.1.0.202203021511-rc1v6.1.0.202203021511-rc1Matthias Sohn2022-03-023-4/+4
* | Prepare 6.2.0-SNAPSHOT buildsMatthias Sohn2022-03-033-55/+55
|/
* Describe: add support for core.abbrev config optionMatthias Sohn2022-03-0211-12/+285
* Add a typed config getter for integers confined to a rangeMatthias Sohn2022-03-025-0/+71
* PersonIdent: Add ctors that accept Instant in addition to DateDavid Ostrovsky2022-03-021-0/+57
* Make precedence more explicitFabio Ponciroli2022-03-021-1/+1
* 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
* Simplify implementation of WorkingTreeIteratorThomas Wolf2022-02-161-29/+16
* Transport: load all refs only if push refspecs have wildcardsThomas Wolf2022-02-141-3/+7
* PushCommand: determine remote from git config if not givenThomas Wolf2022-02-143-1/+57
* PushCommand: consider push.default when no RefSpecs are givenRolf Theunissen2022-02-143-12/+127
* Prevent that an instance of PushCommand is reusedThomas Wolf2022-02-141-0/+1
* Remove unused warning suppressionFabio Ponciroli2022-02-112-2/+1
* Support for git config push.defaultThomas Wolf2022-02-093-2/+124
* Merge branch 'stable-6.0'Matthias Sohn2022-02-094-13/+49
|\
| * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-02-094-13/+41
| |\
| | * Stop initCause throwing in readAdvertisedRefsDarius Jokilehto2022-02-084-13/+37
* | | Support LFS Server URL without .git suffixNail Samatov2022-02-082-13/+24
* | | [rebase] InteractiveHandler2: handle Gerrit Change-IdsThomas Wolf2022-02-041-6/+27
* | | Introduce a constant for the length of an abbreviated hash stringSebastian Schuberth2022-02-037-10/+40
* | | RebaseCommand: fix commit message in "fixup" caseThomas Wolf2022-02-021-25/+29
* | | reftable: close old Db in FileRepository#convertToPackedRefsHan-Wen Nienhuys2022-02-021-2/+4
* | | reftable: tweaks for WindowsHan-Wen Nienhuys2022-02-021-2/+11
* | | Merge changes I11366273,I256e1572Ivan Frade2022-02-013-273/+459
|\ \ \
| * | | RepoCommand: Offer to set extra files in the destination repositoryIvan Frade2022-01-312-3/+46
| * | | RepoCommand: Move bare/regular superproject writing to their own classesIvan Frade2022-01-313-273/+416
* | | | Merge branch 'stable-6.0'Matthias Sohn2022-02-011-3/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Fix warning: The value of the parameter otp is not usedAntonio Barone2022-01-201-3/+2
* | | | Fix FS_Win32 if a non-directory is listedThomas Wolf2022-02-011-0/+4
| |/ / |/| |
* | | Merge conflict messages: prefix conflict lines with a hashThomas Wolf2022-01-314-14/+40
* | | RebaseCommand: better commit message rewordingThomas Wolf2022-01-311-27/+110
* | | CommitCommand: commit message cleanupThomas Wolf2022-01-311-3/+76
* | | Provide git config commit.cleanupThomas Wolf2022-01-312-0/+187
* | | ObjectWalk: close ObjectReader on close() if neededThomas Wolf2022-01-302-4/+8
* | | BinaryHunkInputStream: accept CR-LFThomas Wolf2022-01-301-2/+6
* | | sshd: support the ConnectTimeout ssh configThomas Wolf2022-01-301-0/+9
* | | sshd: support the AddKeysToAgent ssh configThomas Wolf2022-01-302-0/+109