aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Include filekey file attribute when comparing FileSnapshotsMatthias Sohn2019-05-221-9/+43
| | | * | Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-223-11/+140
| | | * | Fix FileSnapshot's consideration of file sizeMatthias Sohn2019-05-221-16/+26
* | | | | Merge branch 'stable-5.3' into stable-5.4David Pursehouse2019-05-241-1/+1
|\| | | | | |_|_|/ |/| | |
| * | | SystemReader: Respect passed-in parent when no system config is presentDave Borowitz2019-05-231-1/+1
* | | | ReachabilityCheckers: @since 5.4Ivan Frade2019-05-223-3/+3
* | | | GPG: check that the key found is a signing keyThomas Wolf2019-05-212-0/+9
* | | | GPG: use key fingerprint suffix to compare id for signing keyThomas Wolf2019-05-211-5/+6
* | | | UploadPack: restore inadvertently deleted lineJonathan Tan2019-05-201-0/+1
* | | | Merge changes from topic 'reachability-2'Jonathan Tan2019-05-205-44/+481
|\ \ \ \
| * | | | UploadPack: Use reachability checker to validate non-advertised wantsIvan Frade2019-05-161-44/+78
| * | | | BitmappedReachabilityChecker: Reachability check using bitmapsIvan Frade2019-05-151-0/+122
| * | | | BitmapCalculator: Get the reachability bitmap of a commitIvan Frade2019-05-151-0/+93
| * | | | ReachabilityChecker: Default implementation with a RevWalkIvan Frade2019-05-152-0/+188
* | | | | Convert to lambda or member referenceCarsten Hammer2019-05-1638-466/+296
|/ / / /
* | | | Use integer depth in PackWriter's DepthAwareVisitationPolicyMatthias Sohn2019-05-031-4/+4
* | | | SubmoduleWalk#forPath: Clarify that caller must close returned instanceDavid Pursehouse2019-04-291-2/+4
* | | | ConfigConstants: Fix quoting of section names in javadocsDavid Pursehouse2019-04-291-8/+8
* | | | Silence API errors and add missing @since tags caused by 175e6654Matthias Sohn2019-04-291-1/+2
* | | | Merge branch 'stable-5.3'Matthias Sohn2019-04-297-42/+105
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-04-287-42/+105
| |\| |
| | * | Revert 4678f4b and provide another solution for bug 467631Thomas Wolf2019-04-202-16/+42
| | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-04-205-27/+66
| | |\|
| | | * Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-04-205-27/+66
| | | |\
| | | | * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-04-195-27/+66
| | | | |\
| | | | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-04-185-27/+66
| | | | | |\
| | | | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-04-185-27/+66
| | | | | | |\
| | | | | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2019-04-185-27/+66
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-4.7' into stable-4.8stable-4.8Matthias Sohn2019-04-174-28/+68
| | | | | | | | |\
| | | | | | | | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2019-04-164-28/+68
| | | | | | | | | |\
| | | | | | | | | | * Merge branch 'stable-4.5' into stable-4.6stable-4.6Matthias Sohn2019-04-164-28/+68
| | | | | | | | | | |\
| | | | | | | | | | | * Remember the cause for invalidating a packfileLuca Milanesio2019-04-114-23/+62
| | | | | | | | | | | * Fix pack files scan when filesnapshot isn't modifiedLuca Milanesio2019-04-091-5/+6
* | | | | | | | | | | | tree:<depth>: do not revisit tree during packingMatthew DeVore2019-04-161-8/+25
* | | | | | | | | | | | tree:<depth> should not traverse overly-deep treesMatthew DeVore2019-04-163-4/+37
* | | | | | | | | | | | Preliminary support for tree:<depth> filterMatthew DeVore2019-04-164-37/+207
* | | | | | | | | | | | Merge "Revert "Use try-with-resources in SubmoduleWalk""Jonathan Nieder2019-04-141-12/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Revert "Use try-with-resources in SubmoduleWalk"Jonathan Nieder2019-04-141-12/+14
* | | | | | | | | | | | | Use Arrays.asList instead of copying array in a for loopCarsten Hammer2019-04-144-10/+10
|/ / / / / / / / / / / /
* | | | | | | | | | | | Use try-with-resources in SubmoduleWalkCarsten Hammer2019-04-131-14/+12
* | | | | | | | | | | | Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-1310-11/+12
* | | | | | | | | | | | Use jdk 5 for loopCarsten Hammer2019-04-137-34/+31
* | | | | | | | | | | | Join catch sections using multicatchCarsten Hammer2019-04-1324-155/+47
* | | | | | | | | | | | Process unshallow commits firstMasaya Suzuki2019-04-111-1/+14
* | | | | | | | | | | | Remove unnecessary type specificationsCarsten Hammer2019-04-112-2/+2
* | | | | | | | | | | | Use String.isEmpty() instead of comparing to ""Carsten Hammer2019-04-111-4/+4
* | | | | | | | | | | | Replace usage of String.indexOf with String.contains where possibleCarsten Hammer2019-04-111-1/+1
* | | | | | | | | | | | Introduce RefDatabase#getTipsWithSha1 to list refs pointing to objectPatrick Hiesel2019-04-082-1/+48
* | | | | | | | | | | | Attach deletion failure reason in FileUtils.delete()Thomas Wolf2019-04-031-11/+31
* | | | | | | | | | | | Ignore invalid files in '.gnupg/private-keys-v1.d'Gunnar Wagenknecht2019-04-031-2/+10