summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-07-273-2/+56
|\
| * Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-07-273-2/+59
| |\
| | * Delete all loose refs empty directoriesLuca Milanesio2018-07-262-11/+18
| | * Use java.nio to delete path to get detailed errorsLuca Milanesio2018-07-261-5/+5
| | * GC: Remove empty references foldersHector Caballero2018-07-101-0/+46
| | * Do not ignore path deletion errorsLuca Milanesio2018-07-081-2/+6
* | | Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-07-041-1/+1
|\| |
| * | Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-07-041-1/+1
| |\|
| | * ResolveMerger: Fix encoding with string; use bytesMarco Miller2018-06-211-1/+1
* | | Ensure DirectoryStream is closed promptlyDave Borowitz2018-06-091-13/+13
* | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-05-102-31/+55
|\| |
| * | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-05-102-31/+55
| |\|
| | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2018-05-102-31/+55
| | |\
| | | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2018-05-102-31/+55
| | | |\
| | | | * Retry stale file handles on .git/config fileNasser Grainawi2018-05-102-31/+55
* | | | | Fix ssh host name handling for JschThomas Wolf2018-02-141-1/+0
* | | | | Jsch overrides the port in the URI with the one in ~/.ssh/configThomas Wolf2018-02-141-1/+16
* | | | | Revert handling of ssh IdentityFile to pre-4.9 behaviorThomas Wolf2018-01-122-60/+101
* | | | | Strings#convertGlob: fix escaping of patterns like [\[].Dmitry Pavlenko2017-12-211-1/+4
* | | | | Make PackInserter publicDave Borowitz2017-12-211-1/+1
* | | | | PackInserter: Ensure objects are written at the end of the packDave Borowitz2017-12-201-31/+100
* | | | | ObjectInserter: Add warning about mixing read-back with writesDave Borowitz2017-12-201-0/+7
* | | | | 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-112-2/+2
* | | | | Fix IllegalThreadStateException if stderr closed without exitingDmitry Pavlenko2017-12-102-6/+29
* | | | | DirCacheCheckout#processEntry: Fix typo in javadocDavid Pursehouse2017-12-061-1/+1
* | | | | GC: Delete stale temporary packs and indexesHector Caballero2017-11-241-0/+25
* | | | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2017-11-245-3/+136
|\| | | |
| * | | | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-11-225-3/+136
| |\| | |
| | * | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-11-225-3/+136
| | |\| |
| | | * | Silence boxing warningMatthias Sohn2017-11-221-0/+1
| | | * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-11-225-3/+134
| | | |\|
| | | | * Fix LockFile semantics when running on NFSChristian Halstrick2017-11-224-1/+125
| | | | * Honor trustFolderStats also when reading packed-refsChristian Halstrick2017-11-211-2/+9
* | | | | 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-102-0/+35
* | | | | Merge "Reintroduce protected method which removal broke EMF Compare" into sta...Matthias Sohn2017-11-021-0/+56
|\ \ \ \ \
| * | | | | Reintroduce protected method which removal broke EMF CompareMatthias Sohn2017-10-241-0/+56
* | | | | | PackInserter: Implement newReader()Dave Borowitz2017-11-011-1/+232
* | | | | | Move some strings from DfsText to JGitTextDave Borowitz2017-11-013-7/+7
* | | | | | 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
* | | | | Terminate StreamCopy threads in case of errorsTill Brychcy2017-10-071-4/+12