summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | 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