aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | DfsFsck: Skip unborn branches and symrefs to nowhereZhen Chen2017-12-151-2/+8
* | Merge branch 'stable-4.9'David Pursehouse2017-12-141-1/+1
|\|
| * InMemoryRepository: Make inner class MemObjDatabase staticDavid Pursehouse2017-12-121-1/+1
* | Make Config.readIncludedConfig a noop by defaultShawn Pearce2017-12-131-18/+1
* | DfsBlockCache.hasBlock0: quickly check for file in cacheShawn Pearce2017-12-131-0/+17
* | Merge branch 'stable-4.9'David Pursehouse2017-12-131-1/+1
|\|
| * TransportCommand#setTimeout: Specify units for timeout in JavadocDavid Turner2017-12-121-1/+1
| * Fix typo in key of a JGitText externalized stringMatthias Sohn2017-12-113-3/+3
* | Remove unused API filtersDavid Pursehouse2017-12-131-43/+0
* | Fix typo in key of a JGitText externalized stringMatthias Sohn2017-12-103-3/+3
* | Merge branch 'stable-4.9'Matthias Sohn2017-12-103-6/+31
|\|
| * Fix IllegalThreadStateException if stderr closed without exitingDmitry Pavlenko2017-12-103-6/+31
* | CloneCommand: Refactor listing of files in deleteChildrenDavid Pursehouse2017-12-081-3/+3
* | DfsBlockCache#creditSpace: release clockLock in finally blockDavid Pursehouse2017-12-071-2/+5
* | FS_POSIX: Fix boxing/unboxing of BooleanDavid Pursehouse2017-12-071-12/+19
* | Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-074-43/+26
* | Merge branch 'stable-4.9'David Pursehouse2017-12-071-1/+1
|\|
| * DirCacheCheckout#processEntry: Fix typo in javadocDavid Pursehouse2017-12-061-1/+1
| * Prepare 4.9.2-SNAPSHOT buildsMatthias Sohn2017-12-033-49/+49
| * JGit v4.9.1.201712030800-rv4.9.1.201712030800-rMatthias Sohn2017-12-033-4/+4
| * Silence API warnings for reintroduced ResolveMerger#processEntryMatthias Sohn2017-12-031-0/+17
* | TransportHttp: retry on IOException with another mechanismThomas Wolf2017-12-061-7/+22
* | ConfigTest: Move pathToString to FileUtilsDavid Pursehouse2017-12-061-0/+14
* | FileBasedConfig: support for relative includesMarc Strapetz2017-12-041-0/+30
* | Config: extract method to read included configMarc Strapetz2017-12-041-17/+40
* | Merge branch 'stable-4.9'Matthias Sohn2017-11-301-0/+24
|\|
| * GC: Delete stale temporary packs and indexesHector Caballero2017-11-241-0/+25
* | Merge "Break down DfsBlockCache stats by pack file extension."Shawn Pearce2017-11-283-67/+166
|\ \
| * | Break down DfsBlockCache stats by pack file extension.Minh Thai2017-11-273-67/+166
* | | RepoCommand: Skip RemoteReader when encountering a full SHA-1Jonathan Nieder2017-11-281-2/+1
|/ /
* | Performance improvement on writing a large indexStephen Lawson2017-11-231-2/+6
* | Fix discouraged access warnings in RefsUnreadableInMemoryRepositoryMatthias Sohn2017-11-241-1/+2
* | Merge branch 'stable-4.9'Matthias Sohn2017-11-247-56/+164
|\|
| * Ignore warning for minor version change without API changeMatthias Sohn2017-11-241-1/+11
| * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2017-11-246-28/+176
| |\
| | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-11-226-12/+160
| | |\
| | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-11-226-33/+158
| | | |\
| | | | * Silence boxing warningMatthias Sohn2017-11-221-0/+1
| | | | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-11-226-6/+195
| | | | |\
| | | | | * Prepare 4.5.5-SNAPSHOT buildsMatthias Sohn2017-11-223-43/+43
| | | | | * JGit v4.5.4.201711221230-rv4.5.4.201711221230-rMatthias Sohn2017-11-223-4/+4
| | | | | * Fix LockFile semantics when running on NFSChristian Halstrick2017-11-225-3/+127
| | | | | * Honor trustFolderStats also when reading packed-refsChristian Halstrick2017-11-211-2/+9
| | | | | * Prepare 4.5.4-SNAPSHOT buildsMatthias Sohn2017-08-263-43/+43
| | | | | * JGit v4.5.3.201708160445-rv4.5.3.201708160445-rMatthias Sohn2017-08-163-4/+4
* | | | | | Merge branch 'stable-4.9'David Pursehouse2017-11-221-2/+60
|\| | | | |
| * | | | | Yet another work-around for a Jsch bug: timeoutsThomas Wolf2017-11-201-2/+60
* | | | | | Config: Handle leading/trailing single whitespacesDave Borowitz2017-11-201-3/+19
* | | | | | Merge branch 'stable-4.9'David Pursehouse2017-11-201-8/+12
|\| | | | |
| * | | | | Fix NPE in TransportGitSsh.ExtSession.exec()Matthias Sohn2017-11-201-8/+12