summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare post 4.0.0-rc2 buildsMatthias Sohn2015-05-2646-49/+49
* JGit v4.0.0.201505260635-rc2v4.0.0.201505260635-rc2Matthias Sohn2015-05-2646-49/+49
* Merge branch 'master' into stable-4.0Matthias Sohn2015-05-26128-1654/+2080
|\
| * Silence non-externalized string warnings in org.eclipse.jgitMatthias Sohn2015-05-2610-39/+40
| * Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-2620-108/+314
| * Don't invalidate pack file on InterruptedIOExceptionSaša Živkov2015-05-261-5/+13
| * Update Mars target platforms to use Mars RC2 orbitMatthias Sohn2015-05-253-12/+12
| * Update build to use eclipse-jarsigner-plugin 1.1.2Matthias Sohn2015-05-252-2/+2
| * Guard agains null ReflogReader if named ref does not existAndrey Loskutov2015-05-252-2/+15
| * FS: Allow to manually set the path to the Git system config fileSebastian Schuberth2015-05-252-1/+29
| * FS: Fix a minor typo in runInShell() docsSebastian Schuberth2015-05-251-1/+1
| * FS: Improve javadoc of some recently introduced methodsSebastian Schuberth2015-05-251-2/+4
| * Cleanup code and Eclipse compile errors in new gitrepo APIAndrey Loskutov2015-05-244-8/+17
| * Merge "Refactor to expose ManifestParser."Shawn Pearce2015-05-225-376/+707
| |\
| | * Refactor to expose ManifestParser.Yuxuan 'fishy' Wang2015-05-225-376/+707
| * | FS: Remove the gitprefix logicSebastian Schuberth2015-05-222-38/+3
| * | SystemReader: Use discoverGitSystemConfig() in openSystemConfig()Sebastian Schuberth2015-05-221-5/+3
| * | FS: Add a method to discover the system-wide config fileSebastian Schuberth2015-05-221-0/+27
| * | FS: Extend readPipe() to optionally take additional environmentSebastian Schuberth2015-05-211-1/+26
| * | FS: Document readpipe()'s encoding parameterSebastian Schuberth2015-05-211-0/+1
| * | Split discoverGitPrefix() code out into discoverGitExe()Sebastian Schuberth2015-05-215-39/+42
| * | Equalize discoverGitPrefix() implementations between POSIX and Win32Sebastian Schuberth2015-05-212-16/+18
| * | Move resolveGrandparentFile() to the base class for wider useSebastian Schuberth2015-05-213-14/+17
| |/
| * 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