summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | | * Use FileSnapshot without using configs for FileBasedConfigstable-5.1Luca Milanesio2021-12-303-5/+62
* | | | | | | | | | | | | Merge branch 'stable-5.12' into stable-5.13Thomas Wolf2021-12-262-13/+0
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'stable-5.11' into stable-5.12Thomas Wolf2021-12-262-13/+0
| |\| | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'stable-5.10' into stable-5.11Thomas Wolf2021-12-262-13/+0
| | |\| | | | | | | | | |
| | | * | | | | | | | | | Merge branch 'stable-5.9' into stable-5.10Thomas Wolf2021-12-262-13/+0
| | | |\| | | | | | | | |
| | | | * | | | | | | | | Merge branch 'stable-5.8' into stable-5.9Thomas Wolf2021-12-262-13/+0
| | | | |\| | | | | | | |
| | | | | * | | | | | | | Merge branch 'stable-5.7' into stable-5.8Thomas Wolf2021-12-262-13/+0
| | | | | |\| | | | | | |
| | | | | | * | | | | | | Merge branch 'stable-5.6' into stable-5.7Thomas Wolf2021-12-262-13/+0
| | | | | | |\| | | | | |
| | | | | | | * | | | | | Merge branch 'stable-5.5' into stable-5.6Thomas Wolf2021-12-262-13/+0
| | | | | | | |\| | | | |
| | | | | | | | * | | | | Merge branch 'stable-5.4' into stable-5.5Thomas Wolf2021-12-262-13/+0
| | | | | | | | |\| | | |
| | | | | | | | | * | | | Merge branch 'stable-5.3' into stable-5.4Thomas Wolf2021-12-262-13/+0
| | | | | | | | | |\| | |
| | | | | | | | | | * | | Merge branch 'stable-5.2' into stable-5.3Thomas Wolf2021-12-262-13/+0
| | | | | | | | | | |\| |
| | | | | | | | | | | * | Merge branch 'stable-5.1' into stable-5.2Thomas Wolf2021-12-262-13/+0
| | | | | | | | | | | |\|
| | | | | | | | | | | | * Revert "RefDirectory.scanRef: Re-use file existence check done in snapshot cr...Thomas Wolf2021-12-262-13/+0
* | | | | | | | | | | | | TreeRevFilter: fix wrong stop when the given path disappearskylezhao2021-12-172-1/+24
* | | | | | | | | | | | | Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-12-0430-29/+70
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2021-12-0429-32/+73
| |\| | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-12-0428-34/+75
| | |\| | | | | | | | | |
| | | * | | | | | | | | | Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-12-0427-32/+73
| | | |\| | | | | | | | |
| | | | * | | | | | | | | Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-12-0426-31/+72
| | | | |\| | | | | | | |
| | | | | * | | | | | | | Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-12-0434-60/+101
| | | | | |\| | | | | | |
| | | | | | * | | | | | | Add missing @since tagsMatthias Sohn2021-12-043-75/+2
| | | | | | * | | | | | | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-12-0441-81/+196
| | | | | | |\| | | | | |
| | | | | | | * | | | | | Add missing @since tagMatthias Sohn2021-12-042-0/+8
| | | | | | | * | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2021-12-0438-76/+182
| | | | | | | |\| | | | |
| | | | | | | | * | | | | Add missing @since tagsMatthias Sohn2021-12-047-0/+67
| | | | | | | | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2021-12-0430-75/+114
| | | | | | | | |\| | | |
| | | | | | | | | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2021-12-0428-72/+109
| | | | | | | | | |\| | |
| | | | | | | | | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2021-12-0426-69/+94
| | | | | | | | | | |\| |
| | | | | | | | | | | * | Remove unused import in ApacheSshTestMatthias Sohn2021-12-041-1/+0
| | | | | | | | | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2021-12-0420-52/+78
| | | | | | | | | | | |\|
| | | | | | | | | | | | * Update maven pluginsMatthias Sohn2021-12-032-23/+23
| | | | | | | | | | | | * Ignore missing javadoc in test bundlesMatthias Sohn2021-12-036-6/+6
| | | | | | | | | | | | * storage: file: De-duplicate File.exists()+File.isFile()Nasser Grainawi2021-12-032-2/+2
| | | | | | | | | | | | * RefDirectory.scanRef: Re-use file existence check done in snapshot creationKaushik Lingarkar2021-12-032-0/+13
| | | | | | | | | | | | * FileSnapshot: Lazy load file store attributes cacheKaushik Lingarkar2021-12-021-7/+20
| | | | | | | | | | | | * Update eclipse-jarsigner-plugin to 1.3.2Matthias Sohn2021-12-022-2/+2
| | | | | | | | | | | | * Fix p2 repository URLsMatthias Sohn2021-12-028-20/+20
* | | | | | | | | | | | | Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-11-281-1/+5
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2021-11-281-1/+5
| |\| | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-11-281-1/+5
| | |\| | | | | | | | | |
| | | * | | | | | | | | | Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-11-281-1/+5
| | | |\| | | | | | | | |
| | | | * | | | | | | | | FS: debug logging only if system config file cannot be foundThomas Wolf2021-11-281-1/+5
* | | | | | | | | | | | | Merge branch 'stable-5.12' into stable-5.13Thomas Wolf2021-11-231-8/+63
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'stable-5.11' into stable-5.12Thomas Wolf2021-11-231-8/+63
| |\| | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'stable-5.10' into stable-5.11Thomas Wolf2021-11-231-8/+63
| | |\| | | | | | | | | |
| | | * | | | | | | | | | Merge branch 'stable-5.9' into stable-5.10Thomas Wolf2021-11-231-8/+63
| | | |\| | | | | | | | |
| | | | * | | | | | | | | Better git system config findingThomas Wolf2021-11-231-8/+63
* | | | | | | | | | | | | Set JSch global config values only if not set alreadyThomas Wolf2021-11-231-2/+15
* | | | | | | | | | | | | Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-11-0318-35/+35
|\| | | | | | | | | | | |