aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-09-122-2/+4
|\
| * Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-09-122-2/+9
| |\
| | * Fix NoSuchFileException during directory cleanup in RefDirectoryMatthias Sohn2018-09-121-1/+1
| | * Externalize warning message in RefDirectory.delete()Matthias Sohn2018-09-112-1/+3
| | * Suppress warning for trying to delete non-empty directoryThomas Wolf2018-09-111-0/+5
* | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-091-1/+1
|\| |
| * | Fix @since tag for LOCK_SUFFIXMatthias Sohn2018-09-091-1/+1
* | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-089-18/+210
|\| |
| * | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-09-089-18/+210
| |\|
| | * Fix atomic lock file creation on NFSMatthias Sohn2018-09-074-6/+173
| | * Use constant for ".lock"Matthias Sohn2018-09-075-8/+24
| | * Fix handling of option core.supportsAtomicCreateNewFileChristian Halstrick2018-09-071-4/+10
| | * GC: Avoid logging errors when deleting non-empty foldersHector Caballero2018-09-051-0/+3
* | | Suppress warning for trying to delete non-empty directoryThomas Wolf2018-08-221-0/+5
* | | Fix fetching with duplicate ref updatesThomas Wolf2018-08-221-5/+23
* | | Fetch(Process): should tolerate duplicate refspecsMarc Strapetz2018-08-221-1/+3
* | | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-08-182-55/+22
|\| |
| * | Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-08-182-55/+22
| |\|
| | * Fix GC run in foreground to not use executorHugo Arès2018-08-152-55/+22
* | | 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
|\| | | |