summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-20168-481/+481
* Fix bad test fix from 0bff481 "Limit receive commands"Shawn Pearce2017-02-201-9/+14
* Add some more missing @Override annotationsDavid Pursehouse2017-02-201-0/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-19217-1/+633
* Fix typo in @sinceThomas Wolf2017-02-191-1/+1
* PullCommand: Allow to set tag behaviorDavid Pursehouse2017-02-181-3/+18
* Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-182-5/+40
* GC: don't loosen doomed objectsDavid Turner2017-02-171-4/+10
* Update name of InsecureCipherMode error-prone patternJonathan Nieder2017-02-151-1/+1
* Add missing skip garbage pack logic in DfsReaderZhen Chen2017-02-151-4/+6
* Skip first pack if avoid garbage is set and it is a garbage packZhen Chen2017-02-131-8/+10
* Refactor skip garbage pack logic into a methodZhen Chen2017-02-131-19/+19
* Limit receive commandsShawn Pearce2017-02-114-25/+132
* BlameGenerator: Annotate #getRenameDetector as NullableDavid Pursehouse2017-02-091-3/+6
* RefLeaseSpec: Fix Eclipse errorsDavid Pursehouse2017-02-091-8/+8
* Merge "push: support per-ref force-with-lease"Shawn Pearce2017-02-083-6/+213
|\
| * push: support per-ref force-with-leaseDavid Turner2017-02-083-6/+213
* | Assume GC_REST and GC_TXN also attempted deltas during packingShawn Pearce2017-02-081-3/+8
* | Prefer smaller GC files during DFS garbage collectionShawn Pearce2017-02-082-1/+55
* | Fix missing deltas near type boundariesShawn Pearce2017-02-081-6/+10
* | Merge "Reintroduce garbage pack coalescing when ttl > 0."Shawn Pearce2017-02-081-10/+70
|\ \
| * | Reintroduce garbage pack coalescing when ttl > 0.Thirumala Reddy Mutchukota2017-02-071-10/+70
* | | Merge "Branch normalizer should not normalize already valid branch names"David Pursehouse2017-02-071-5/+11
|\ \ \
| * | | Branch normalizer should not normalize already valid branch namesMatthias Sohn2017-02-071-5/+11
| |/ /
* / / [infer] Fix ObjectWalk leak in PackWriter.preparePack()Matthias Sohn2017-02-071-7/+8
|/ /
* | Follow redirects in transportBo Zhang2017-02-024-2/+57
* | Merge branch 'stable-4.6'Matthias Sohn2017-02-021-31/+41
|\ \
| * | GC: delete empty directories after purging loose objectsMatthias Sohn2017-02-011-0/+7
| * | GC.prune(Set<ObjectId>): return early if objects directory is emptyMatthias Sohn2017-01-301-30/+33
* | | Organize importsDavid Pursehouse2017-02-012-3/+1
* | | Detect stale-file-handle error in causal chainHongkai Liu2017-01-303-2/+23
* | | Merge branch 'stable-4.6'David Pursehouse2017-01-311-0/+53
|\| |
| * | Clean up orphan files in GCHongkai Liu2017-01-301-0/+53
* | | Merge "Don't rely on default locale when using toUpperCase() and toLowerCase()"David Pursehouse2017-01-3011-15/+32
|\ \ \
| * | | 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-272-4/+5
* | | 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
* | | 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