summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Prepare 4.9.3-SNAPSHOT buildsMatthias Sohn2017-12-163-49/+49
* JGit v4.9.2.201712150930-rv4.9.2.201712150930-rMatthias Sohn2017-12-153-4/+4
* Write packed-refs directly when cloningThomas Wolf2017-12-152-5/+37
* Config: Remove the include functionalityDavid Pursehouse2017-12-151-39/+0
* InMemoryRepository: Make inner class MemObjDatabase staticDavid Pursehouse2017-12-121-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
* Fix IllegalThreadStateException if stderr closed without exitingDmitry Pavlenko2017-12-103-6/+31
* 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
* GC: Delete stale temporary packs and indexesHector Caballero2017-11-241-0/+25
* 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
* | | | | Yet another work-around for a Jsch bug: timeoutsThomas Wolf2017-11-201-2/+60
* | | | | Fix NPE in TransportGitSsh.ExtSession.exec()Matthias Sohn2017-11-201-8/+12
* | | | | Work around a Jsch bug: ensure the user name is set from URIThomas Wolf2017-11-103-0/+36
* | | | | Merge "Reintroduce protected method which removal broke EMF Compare" into sta...Matthias Sohn2017-11-022-0/+68
|\ \ \ \ \
| * | | | | Reintroduce protected method which removal broke EMF CompareMatthias Sohn2017-10-242-0/+68
* | | | | | PackInserter: Implement newReader()Dave Borowitz2017-11-011-1/+232
* | | | | | Move some strings from DfsText to JGitTextDave Borowitz2017-11-015-9/+9
* | | | | | FileRepository: Add pack-based inserter implementationDave Borowitz2017-11-012-0/+418
* | | | | | ObjectDirectory: Factor a method to close open pack handlesDave Borowitz2017-11-012-10/+16
* | | | | | ObjectDirectory: Remove last modified check in insertPackDave Borowitz2017-11-011-2/+0
|/ / / / /
* | | | | Avoid bad rounding "1 year, 12 months" in date formatterMichael Keppler2017-10-231-2/+3
* | | | | Ensure that ~ in ssh config is replaced before Jsch sees itThomas Wolf2017-10-181-11/+34
* | | | | Prepare 4.9.1-SNAPSHOT buildsMatthias Sohn2017-10-083-49/+49
* | | | | JGit v4.9.0.201710071750-rv4.9.0.201710071750-rMatthias Sohn2017-10-073-4/+4
* | | | | Terminate StreamCopy threads in case of errorsTill Brychcy2017-10-071-4/+12
* | | | | Use a new RevWalk for validating not advertised wantsZhen Chen2017-10-051-26/+27
* | | | | Terminate StreamCopy threads in case of errorsDmitry Neverov2017-09-302-6/+7
* | | | | ReflogWriter: Align auto-creation defaults with C gitDave Borowitz2017-09-303-2/+4
* | | | | Support force writing reflog on a per-update basisDave Borowitz2017-09-306-14/+121
* | | | | Ensure ReflogWriter only works with a RefDirectoryDave Borowitz2017-09-307-62/+64
* | | | | HttpConfig: load user config before reading values from itThomas Wolf2017-09-261-15/+33
* | | | | Load the user config before modifying itThomas Wolf2017-09-231-4/+17
* | | | | SubmoduleUpdateCommand: Add fetch callbackDavid Pursehouse2017-09-201-4/+18
* | | | | Fetch submodule repo before resolving commitsMichael FIG2017-09-201-1/+28
* | | | | Handle SSL handshake failures in TransportHttpThomas Wolf2017-09-134-112/+274