aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Move SHA1 compress/recompress files to resource folderDavid Ostrovsky2017-03-182-284/+0
* Merge "Merge branch 'stable-4.6'"Matthias Sohn2017-03-152-7/+38
|\
| * Merge branch 'stable-4.6'Matthias Sohn2017-03-162-7/+38
| |\
| | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-03-162-7/+38
| | |\
| | | * Don't remove pack when FileNotFoundException is transientLuca Milanesio2017-03-152-7/+38
* | | | Don't try to strip new line if the message buffer is emptyAndrey Loskutov2017-03-151-2/+6
|/ / /
* | | FetchCommand: Fix detection of submodule recursion modeDavid Pursehouse2017-03-102-13/+25
* | | FetchCommand: Add basic support for recursing into submodulesDavid Pursehouse2017-03-044-1/+219
* | | Remove unnecessary @SuppressWarnings("nls")David Pursehouse2017-03-041-1/+0
* | | Make Repository.normalizeBranchName less strictThomas Wolf2017-03-041-47/+110
* | | Merge "SHA-1: collision detection support"Jonathan Nieder2017-03-026-93/+1780
|\ \ \
| * | | SHA-1: collision detection supportShawn Pearce2017-02-286-93/+1780
* | | | Silence API error caused by changed return type of digest()Matthias Sohn2017-03-011-1/+4
* | | | Correct the boolean logic for filtering pathsMagnus Vigerlöf2017-02-286-11/+176
|/ / /
* | | SHA1: support reset() and reuse instancesShawn Pearce2017-02-265-11/+34
* | | Switch to pure Java SHA1 for ObjectIdShawn Pearce2017-02-268-38/+104
* | | Pure Java SHA-1Shawn Pearce2017-02-261-0/+262
* | | Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-20167-480/+480
* | | 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-19216-0/+632
* | | 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-181-5/+32
* | | GC: don't loosen doomed objectsDavid Turner2017-02-171-4/+10
* | | 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-113-25/+131
* | | 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-023-2/+46
* | | | 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
|\ \ \ \