summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Format Bazel files with buildifierDavid Pursehouse2017-01-221-19/+23
* 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
* Implement initial framework of Bazel buildDavid Ostrovsky2017-01-181-0/+29
* 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-153-2/+10
|/
* Skip pack header bytes in DfsPackFileZhen Chen2017-01-131-1/+10
* Add LfsPointerFilter TreeFilterDariusz Luksza2017-01-101-1/+5
* 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-034-12/+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
* Prepare 4.7.0-SNAPSHOT buildsMatthias Sohn2016-12-273-44/+44
* Prepare 4.6.1-SNAPSHOT buildsMatthias Sohn2016-12-243-44/+44
* JGit v4.6.0.201612231935-rv4.6.0.201612231935-rMatthias Sohn2016-12-243-4/+4
* 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-2116-35/+662
* | Update JavaEWAH to 1.1.6Dave Borowitz2016-11-172-3/+3
* | Add missing @since tags for new APIMatthias Sohn2016-11-141-0/+2
* | Fix cryptoVer constant name to CRYPTO_VERShawn Pearce2016-11-141-3/+3
* | RepositoryCache: simplify codeShawn Pearce2016-11-141-6/+3
* | Add missing @Override found by ErrorProneShawn Pearce2016-11-144-17/+25
* | Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-1411-58/+27
* | Merge "Support {get,set}GitwebDescription on InMemoryRepository"David Pursehouse2016-11-141-0/+13
|\ \
| * | Support {get,set}GitwebDescription on InMemoryRepositoryShawn Pearce2016-11-141-0/+13