aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated release() methods by close()Matthias Sohn2015-05-2156-593/+414
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-2140-439/+369
* Merge "ReceivePack: support quiet capability"Matthias Sohn2015-05-202-2/+55
|\
| * ReceivePack: support quiet capabilityShawn Pearce2015-05-202-2/+55
* | Merge branch 'stable-4.0'Matthias Sohn2015-05-200-0/+0
|\ \ | |/ |/|
| * Prepare post 4.0.0-rc1 buildsMatthias Sohn2015-05-1946-49/+49
| * JGit v4.0.0.201505191015-rc1v4.0.0.201505191015-rc1Matthias Sohn2015-05-1946-49/+49
| * Merge branch 'master' into stable-4.0Matthias Sohn2015-05-1964-1575/+856
| |\
* | \ Merge "Fix ObjectReader resources leak"Shawn Pearce2015-05-201-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix ObjectReader resources leakHugo Arès2015-05-151-2/+2
* | | Fix warnings in ObjectFilterMatthias Sohn2015-05-151-5/+11
* | | Fix typo in reflog message written by RebaseCommand.tryFastForward()Matthias Sohn2015-05-151-1/+1
|/ /
* | Correct @since tags for ObjectFilterJonathan Nieder2015-05-152-3/+3
* | Fix typo in ObjectWalk#getObjectFilter javadocJonathan Nieder2015-05-151-1/+1
* | Allow ObjectWalk to be filtered by an arbitrary predicateJonathan Nieder2015-05-142-3/+136
* | Merge "Update to Jetty 9.2.10"Matthias Sohn2015-05-1219-119/+136
|\ \
| * | Update to Jetty 9.2.10Matthias Sohn2015-05-1019-119/+136
* | | Remove SoftReference from dfs.DeltaBaseCacheShawn Pearce2015-05-111-54/+31
* | | Fix memory leak in dfs.DeltaBaseCaseShawn Pearce2015-05-112-27/+216
* | | Merge "FS_POSIX: Rework umask detection to make it settable"Shawn Pearce2015-05-112-195/+88
|\ \ \
| * | | FS_POSIX: Rework umask detection to make it settableShawn Pearce2015-05-102-195/+88
* | | | Merge "Fix possible AIOOB in DirCacheTree.contains()"Christian Halstrick2015-05-111-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix possible AIOOB in DirCacheTree.contains()Christian Halstrick2015-05-041-1/+1
* | | | Update javax.servlet to 3.1Matthias Sohn2015-05-108-19/+19
* | | | Use ANY_DIFF filter in ResolveMerger only for bare repositoriesMatthias Sohn2015-05-101-1/+5
| |/ / |/| |
* | | Merge "Fix IllegalArgumentException in AmazonS3"Shawn Pearce2015-05-101-3/+1
|\ \ \
| * | | Fix IllegalArgumentException in AmazonS3Matthias Sohn2015-04-091-3/+1
* | | | Expose disposeBody() on RevCommit and RevTagShawn Pearce2015-05-103-2/+26
* | | | ObjectReader: remove the walkAdvice APIShawn Pearce2015-05-105-60/+0
* | | | RevWalk: Discard uninteresting commits unless RevSort.BOUNDARYShawn Pearce2015-05-101-1/+1
* | | | ObjectWalk: make setRetainBody(false) the defaultShawn Pearce2015-05-1010-36/+44
* | | | Merge changes I62befa4a,Ia9c3d123,I7fcf6534Shawn Pearce2015-05-098-1034/+79
|\ \ \ \
| * | | | Delete deprecated PackWriter.preparePack() methodsMatthias Sohn2015-04-251-87/+7
| * | | | Delete deprecated class IgnoreRuleMatthias Sohn2015-04-256-880/+72
| * | | | Delete deprecated checkoutEntry() methods in DirCacheCheckoutMatthias Sohn2015-04-251-67/+0
* | | | | Do not concatenate strings as arguments to StringBuilder.append()Sebastian Schuberth2015-05-083-11/+21
* | | | | IndexDiffFilter: Simplify a boolean expressionSebastian Schuberth2015-05-081-1/+1
* | | | | GroupHead: Remove a redundant call to String.format()Sebastian Schuberth2015-05-081-2/+2
* | | | | FS_Win32: Avoid an IOException on Windows if bash is not in PATHSebastian Schuberth2015-05-071-11/+13
* | | | | Skip logging stack trace on corrupt objectsShawn Pearce2015-05-063-0/+12
* | | | | Add repository name to failures in HTTP server logShawn Pearce2015-05-066-12/+35
* | | | | Merge branch 'stable-4.0'Matthias Sohn2015-05-050-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Prepare post 4.0.0-m2 buildsMatthias Sohn2015-05-0546-49/+49
| * | | | JGit v4.0.0.201505050340-m2v4.0.0.201505050340-m2Matthias Sohn2015-05-0546-49/+49
| * | | | Merge branch 'master' into stable-4.0Matthias Sohn2015-05-0495-760/+1902
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge "Revert "ResolveMerge only needs to visit differing TreeEntries""Matthias Sohn2015-05-041-2/+0
|\ \ \ \ \
| * | | | | Revert "ResolveMerge only needs to visit differing TreeEntries"Christian Halstrick2015-04-101-2/+0
| | |_|/ / | |/| | |
* | | | | Use CBI eclipse-jarsigner-plugin 1.1.2-SNAPSHOTMatthias Sohn2015-05-042-2/+10
| |_|_|/ |/| | |
* | | | Support agent= capability in wire protocolShawn Pearce2015-04-3018-27/+392
* | | | Merge changes I368af61a,I2400fe5fMatthias Sohn2015-04-303-6/+23
|\ \ \ \