summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some more missing @Override annotationsDavid Pursehouse2017-02-202-0/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-19347-18/+1011
* Update Jetty to 9.4.1.v20170120Matthias Sohn2017-02-1915-103/+117
* Fix typo in @sinceThomas Wolf2017-02-191-1/+1
* PullCommand: Allow to set tag behaviorDavid Pursehouse2017-02-181-3/+18
* Add missing @Override annotations in org.eclipse.jgit.archiveMatthias Sohn2017-02-186-0/+17
* Set commit time to ZipArchiveEntryNaoki Takezoe2017-02-189-8/+126
* GC: don't loosen doomed objectsDavid Turner2017-02-172-4/+49
* Merge "Update name of InsecureCipherMode error-prone pattern"Jonathan Nieder2017-02-151-1/+1
|\
| * Update name of InsecureCipherMode error-prone patternJonathan Nieder2017-02-151-1/+1
* | Merge "Update build to use Tycho 1.0.0"Jonathan Nieder2017-02-151-1/+1
|\ \ | |/ |/|
| * Update build to use Tycho 1.0.0Matthias Sohn2017-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
* Update .mailmapDavid Pursehouse2017-02-131-0/+1
* Limit receive commandsShawn Pearce2017-02-115-25/+155
* Update minimum JDK version in READMEDavid Pursehouse2017-02-101-1/+1
* Upgrade jacoco-maven-plugin to 0.7.9David Pursehouse2017-02-101-1/+1
* Upgrade maven-build-helper-plugin to 3.0.0David Pursehouse2017-02-101-1/+1
* Upgrade maven-shade-plugin to 3.0.0David Pursehouse2017-02-101-1/+1
* Fix inconsistent versioning of findbugs-maven-pluginDavid Pursehouse2017-02-101-2/+3
* Upgrade maven-compiler-plugin to 3.6.1David Pursehouse2017-02-101-1/+1
* LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepositoryDavid Pursehouse2017-02-101-1/+1
* IndexDiffSubmoduleTest: Fix negative use countDavid Pursehouse2017-02-101-1/+0
* BlameGenerator: Annotate #getRenameDetector as NullableDavid Pursehouse2017-02-091-3/+6
* FetchCommandTest: Don't declare specific exceptions in test methodsDavid Pursehouse2017-02-091-7/+2
* PushCommandTest: Remove unused variables to prevent errors in EclipseDavid Pursehouse2017-02-091-3/+3
* RefLeaseSpec: Fix Eclipse errorsDavid Pursehouse2017-02-091-8/+8
* Merge "push: support per-ref force-with-lease"Shawn Pearce2017-02-085-6/+308
|\
| * push: support per-ref force-with-leaseDavid Turner2017-02-085-6/+308
* | 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-083-1/+123
* | Fix missing deltas near type boundariesShawn Pearce2017-02-082-17/+27
* | Merge "Reintroduce garbage pack coalescing when ttl > 0."Shawn Pearce2017-02-082-19/+139
|\ \
| * | Reintroduce garbage pack coalescing when ttl > 0.Thirumala Reddy Mutchukota2017-02-072-19/+139
* | | Merge "Branch normalizer should not normalize already valid branch names"David Pursehouse2017-02-072-5/+25
|\ \ \
| * | | Branch normalizer should not normalize already valid branch namesMatthias Sohn2017-02-072-5/+25
| |/ /
* / / [infer] Fix ObjectWalk leak in PackWriter.preparePack()Matthias Sohn2017-02-071-7/+8
|/ /
* | Follow redirects in transportBo Zhang2017-02-025-15/+174
* | 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-304-2/+63
* | | Merge branch 'stable-4.6'David Pursehouse2017-01-312-0/+172
|\| |
| * | Clean up orphan files in GCHongkai Liu2017-01-302-0/+172
* | | Merge "Don't rely on default locale when using toUpperCase() and toLowerCase()"David Pursehouse2017-01-3018-25/+52
|\ \ \
| * | | Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-2818-25/+52
* | | | Merge FileTreeIteratorJava7Test into FileTreeIteratorTestDavid Pursehouse2017-01-302-208/+154