aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-2811-15/+32
* | | | | Make GC cancellable when called programmaticallyHector Caballero2017-01-292-6/+103
* | | | | RepoCommand#readFile: Don't call Git#getRepository() in try-with-resourceDavid Pursehouse2017-01-281-3/+2
|/ / / /
* | | | Repository: Include repository name when logging corrupt use countDavid Pursehouse2017-01-271-3/+4
* | | | Record the estimated size of the pack files.Thirumala Reddy Mutchukota2017-01-264-8/+97
* | | | Fixes Javadoc error in org.eclipse.jgit created with I59539acLars Vogel2017-01-252-6/+27
* | | | Remove @since tags from internal packagesJonathan Nieder2017-01-2418-41/+0
* | | | gc: loosen unreferenced objectsDavid Turner2017-01-242-6/+69
* | | | [infer] Mark ManifestParse.getFilteredProjects non-nullMatthias Sohn2017-01-231-1/+2
* | | | [infer] Fix potential NPE in DiffFormatterMatthias Sohn2017-01-231-1/+1
* | | | [infer] Fix potential NPE in CloneCommandMatthias Sohn2017-01-231-6/+18
* | | | Change StreamGobbler to Runnable to avoid unused FutureShawn Pearce2017-01-211-12/+15
* | | | Add missing @since tags on new API constantsMatthias Sohn2017-01-191-2/+2
* | | | gc: Add options to preserve and prune old pack filesJames Melvin2017-01-194-6/+163
* | | | Normalizer creating a valid branch name from a stringWim Jongman2017-01-181-0/+37
* | | | Merge "Fix StashApplyCommand for stashes containing untracked changes."Christian Halstrick2017-01-161-5/+5
|\ \ \ \
| * | | | Fix StashApplyCommand for stashes containing untracked changes.Thomas Wolf2017-01-151-5/+5
* | | | | Fix possible InvalidObjectIdException in ObjectDirectoryMarc Strapetz2017-01-152-2/+9
|/ / / /
* | / / Skip pack header bytes in DfsPackFileZhen Chen2017-01-131-1/+10
| |/ / |/| |
* | | Pack refs/tags/ with refs/heads/Shawn Pearce2017-01-032-2/+14
* | | Get rid of javax.servlet API dependency for core org.eclipse.jgitMarc Strapetz2017-01-031-5/+4
* | | [findBugs] PackWriter.NONE should be finalMatthias Sohn2016-12-301-1/+1
* | | [findBugs] Remove reliance on default encoding in Base64Matthias Sohn2016-12-291-11/+3
* | | [findBugs] Fix potential NPE in GCMatthias Sohn2016-12-291-3/+4
* | | Fix keep pack filenameJames Melvin2016-12-272-1/+5
|/ /
* | Merge branch 'stable-4.5'Matthias Sohn2016-12-241-3/+8
|\|
| * Fix one case of missing objectHector Oswaldo Caballero2016-12-131-3/+8
* | [infer] Fix resource leak in IndexDiffMatthias Sohn2016-12-211-5/+7
* | [infer] Fix resource leak in ObjectCheckerMatthias Sohn2016-12-211-2/+3
* | [infer] Fix a resource leak in PackWriterMatthias Sohn2016-12-191-7/+8
* | [infer] Fix resource leaks in DfsInserterMatthias Sohn2016-12-191-3/+4
* | [infer] Fix resource leak in ManifestParserMatthias Sohn2016-12-181-14/+8
* | [infer] Fix resource leak in RepoCommandMatthias Sohn2016-12-181-9/+3
* | [infer] Fix resource leak in DirCacheMatthias Sohn2016-12-181-3/+3
* | [infer] Fix SubmoduleWalk leaks in submodule commandsMatthias Sohn2016-12-183-6/+3
* | [infer] Fix resource leaks in SubmoduleAddCommandMatthias Sohn2016-12-181-2/+8
* | [infer] Fix resource leaks in RebaseCommandMatthias Sohn2016-12-181-7/+9
* | [infer] Fix resource leak in BlameCommandMatthias Sohn2016-12-181-5/+6
* | Fix FileSnapshot.isModifiedChristian Halstrick2016-12-131-6/+0
* | Decide whether to "Accept-Encoding: gzip" on a request-by-request basisZhen Chen2016-12-092-18/+78
* | Replace usage of deprecated EWAHCompressedBitmap.add(long)David Pursehouse2016-12-072-3/+3
* | Fix merge-base calculationChristian Halstrick2016-11-281-10/+33
* | Specify RevisionSyntaxException message in Repository#resolveGrace Wang2016-11-241-3/+11
* | Add missing @since tags for new APIMatthias Sohn2016-11-232-1/+5
* | dump HTTP: Avoid being confused by Content-Length of a gzipped streamZhen Chen2016-11-222-3/+18
* | Close input stream after useZhen Chen2016-11-221-7/+11
* | Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-2114-30/+658
* | Update JavaEWAH to 1.1.6Dave Borowitz2016-11-171-2/+2
* | Add missing @since tags for new APIMatthias Sohn2016-11-141-0/+2
* | Fix cryptoVer constant name to CRYPTO_VERShawn Pearce2016-11-141-3/+3