aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-194-10/+10
* | | | | | | Merge branch 'stable-5.7'Matthias Sohn2020-02-011-0/+30
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-011-0/+30
| |\| | | | | |
| | * | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-02-011-0/+30
| | |\| | | | |
| | | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-02-011-0/+30
| | | |\| | | |
| | | | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-02-011-0/+30
| | | | |\| | |
| | | | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-02-011-0/+30
| | | | | |\| |
| | | | | | * | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-02-011-0/+6
| | | | | | |\|
| | | | | | | * WindowCache: add option to use strong refs to reference ByteWindowsMatthias Sohn2020-01-201-0/+6
| | | | | | * | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-01-171-0/+24
| | | | | | |\|
| | | | | | | * Add config constants for WindowCache configuration optionsMatthias Sohn2020-01-091-0/+24
* | | | | | | | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-276-15/+39
|/ / / / / / /
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2020-01-091-0/+6
|\| | | | | |
| * | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-01-091-0/+6
| |\| | | | |
| | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-01-091-0/+6
| | |\| | | |
| | | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-01-091-0/+6
| | | |\| | |
| | | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-01-091-0/+6
| | | | |\| |
| | | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-01-091-0/+6
| | | | | |\|
| | | | | | * Enhance WindowCache statisticsMatthias Sohn2019-12-081-0/+6
* | | | | | | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0475-2850/+375
* | | | | | | Set config "extensions" option when converting ref storage formatMatthias Sohn2019-12-151-1/+24
* | | | | | | Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+7
|/ / / / / /
* | | | | | Introduce RefDatabase#hasFastTipsWithSha1Han-Wen Nienhuys2019-12-041-0/+14
* | | | | | RepositoryCache: don't require HEAD in git repositoriesHan-Wen Nienhuys2019-11-261-1/+2
* | | | | | file: implement FileReftableDatabaseHan-Wen Nienhuys2019-11-161-0/+6
* | | | | | DiffFormatter: support core.quotePath = falseThomas Wolf2019-11-151-0/+6
* | | | | | IndexDiff/SubmoduleWalk: make the RepositoryBuilder configurableThomas Wolf2019-11-152-2/+94
* | | | | | IndexDiff/SubmoduleWalk: handle submodule.<name>.ignore correctlyThomas Wolf2019-11-151-3/+3
* | | | | | Merge branch 'stable-5.5'Matthias Sohn2019-11-112-1/+22
|\| | | | |
| * | | | | Store filesystem timestamp resolution in extra jgit configMatthias Sohn2019-11-091-0/+9
| * | | | | SystemReader: extract updating config and its parents if outdatedThomas Wolf2019-11-081-1/+13
* | | | | | GPG: implement more OpenPGP UserId matching formatsThomas Wolf2019-10-232-10/+84
* | | | | | Merge "GpgKeyLocator: Return a signing key for a user instead of the master key"Gunnar Wagenknecht2019-10-221-6/+35
|\ \ \ \ \ \
| * | | | | | GpgKeyLocator: Return a signing key for a user instead of the master keyRoan Hofland2019-10-221-6/+35
* | | | | | | Merge "GpgKeyLocator: Return subkeys instead of the first key for subkeys"Gunnar Wagenknecht2019-10-221-1/+7
|\| | | | | |
| * | | | | | GpgKeyLocator: Return subkeys instead of the first key for subkeysRoan Hofland2019-10-221-1/+7
* | | | | | | Support for core.hooksPathThomas Wolf2019-10-211-0/+6
|/ / / / / /
* | | | | | Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-178-46/+45
* | | | | | IndexDiff: close SubmoduleWalk and use already loaded DirCacheThomas Wolf2019-10-151-54/+58
* | | | | | Fix parsing of core.logAllRefUpdatesThomas Wolf2019-10-071-20/+48
|/ / / / /
* | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2019-10-031-4/+2
|\| | | |
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-10-021-4/+2
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-10-021-4/+2
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-10-021-4/+2
| | | |\|
| | | | * Do not rely on ArrayIndexOutOfBoundsException to detect end of inputSaša Živkov2019-09-271-4/+2
* | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-202-5/+10
|\| | | |
| * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-202-5/+10
| |\| | |
| | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-192-5/+10
| | |\| |
| | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-192-5/+10
| | | |\|
| | | | * Fix NPE in RebaseTodoFile#parseCommentsMatthias Sohn2019-08-191-5/+7