aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org
Commit message (Expand)AuthorAgeFilesLines
* Add validation to hex decoderMichael Dardis2020-03-042-3/+19
* Merge "ObjectWalk: Add null check before skip tree."Jonathan Nieder2020-03-021-1/+3
|\
| * ObjectWalk: Add null check before skip tree.Yunjie Li2020-02-261-1/+3
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-2811-14/+15
|\ \
| * | Cygwin expects forward slashes for commands to be run via sh.exeThomas Wolf2020-02-281-1/+1
| * | Make Logger instances finalDavid Pursehouse2020-02-272-2/+3
| * | Move array designators from the variable to the typeDavid Pursehouse2020-02-278-11/+11
* | | Using for-each loop in jdtLars Vogel2020-02-288-16/+14
* | | Merge "Revert "RevWalk: stop mixing lines of history in topo sort""Jonathan Nieder2020-02-263-33/+21
|\ \ \
| * | | Revert "RevWalk: stop mixing lines of history in topo sort"Alex Spradlin2020-02-263-33/+21
* | | | Do not fail if known hosts file does not contain valid host keyLajos Olah2020-02-261-1/+7
| |_|/ |/| |
* | | Merge branch 'stable-5.6'Matthias Sohn2020-02-2269-115/+113
|\ \ \ | | |/ | |/|
| * | Revert "Prepend hostname to subsection used to store file timestamp resolution"Matthias Sohn2020-02-221-3/+2
| * | SimilarityRenameDetector: Fix inconsistent indentationDavid Pursehouse2020-02-191-4/+4
| * | Use indexOf(char) and lastIndexOf(char) rather than String versionsDavid Pursehouse2020-02-196-8/+9
| * | Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-1938-61/+61
| * | GitmoduleEntry: Remove redundant import of class from same packageDavid Pursehouse2020-02-191-2/+0
| * | Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-1929-37/+37
* | | Remove use of org.bouncycastle.util.encoders.HexMichael Dardis2020-02-222-1/+64
* | | Remove use of org.bouncycastle.util.io.TeeOutputStreamMichael Dardis2020-02-212-1/+75
* | | Make the IMatcher public APIThomas Wolf2020-02-205-11/+36
* | | Merge branch 'stable-5.7'Matthias Sohn2020-02-195-89/+42
|\ \ \ | |_|/ |/| |
| * | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-195-89/+42
| |\|
| | * Simplify ReftableCompactorHan-Wen Nienhuys2020-02-125-89/+42
| | * Change the wildcard import to explicit ones.Yunjie Li2020-02-121-1/+4
* | | RevWalk: stop mixing lines of history in topo sortAlex Spradlin2020-02-183-21/+33
|/ /
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-113-6/+11
|\|
| * reftable: don't check deadline on the first tryHan-Wen Nienhuys2020-02-111-1/+6
| * reftable: clarify commentHan-Wen Nienhuys2020-02-111-1/+1
| * reftable: clear cache on full compactionHan-Wen Nienhuys2020-02-111-0/+1
| * reftable: remove outdated commentHan-Wen Nienhuys2020-02-101-3/+0
| * reftable: clarify that LogCursor may return a null ReflogEntryHan-Wen Nienhuys2020-02-101-1/+3
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-101-16/+26
|\|
| * Restore behavior of CloneCommandThomas Wolf2020-02-041-16/+26
* | Use lambdas where possibleLars Vogel2020-02-052-40/+38
* | AmazonS3: Speed up fetch, try recent packs firstJoshua Redstone2020-02-022-9/+54
* | Merge branch 'stable-5.7'Matthias Sohn2020-02-016-76/+428
|\ \
| * | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-016-76/+428
| |\|
| | * Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-02-016-76/+428
| | |\
| | | * Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-02-016-76/+428
| | | |\
| | | | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-02-016-76/+428
| | | | |\
| | | | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-02-016-76/+428
| | | | | |\
| | | | | | * Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-02-014-55/+378
| | | | | | |\
| | | | | | | * WindowCache: add metric for cached bytes per repositoryMatthias Sohn2020-01-282-10/+52
| | | | | | | * WindowCache: add option to use strong refs to reference ByteWindowsMatthias Sohn2020-01-203-47/+328
| | | | | | * | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-01-174-21/+50
| | | | | | |\|
| | | | | | | * Replace usage of ArrayIndexOutOfBoundsException in treewalkPatrick Hiesel2020-01-092-9/+6
| | | | | | | * Add config constants for WindowCache configuration optionsMatthias Sohn2020-01-092-12/+44
* | | | | | | | FS: re-order fields and use all uppercase for true constantsThomas Wolf2020-01-281-15/+15
* | | | | | | | FS: Don't use innocuous threads for CompletableFutureAlex Jitianu2020-01-281-4/+37