aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix GC run in foreground to not use executorHugo Arès2018-08-152-55/+22
* 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
* ResolveMerger: Fix encoding with string; use bytesMarco Miller2018-06-211-1/+1
* 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
* | | 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
* | | Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-08-141-2/+11
|\| |
| * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-08-141-2/+11
| |\|
| | * Fix exception handling for opening bitmap index filesChristian Halstrick2017-08-141-2/+11
* | | ArchiveCommand: Create prefix entry with commit timeYasuhiro Takagi2017-06-051-0/+6
* | | Run auto GC in the backgroundDavid Turner2017-06-065-2/+302
* | | Cleanup and test trailing slash handling in ManifestParserHan-Wen Nienhuys2017-04-111-13/+24
* | | ManifestParser: Throw exception if remote does not have fetch attributeHan-Wen Nienhuys2017-04-102-1/+7
* | | Remove unused import from ManifestParserMatthias Sohn2017-03-311-1/+0
* | | Document the intended use of RepoCommand#setURI()Han-Wen Nienhuys2017-03-291-3/+8
* | | Noop changes to ManifestParserHan-Wen Nienhuys2017-03-291-14/+7
* | | Consistently use 'path' for the path to a subrepo in RepoCommandHan-Wen Nienhuys2017-03-271-18/+18
* | | Merge branch 'stable-4.6'Matthias Sohn2017-03-275-18/+241
|\| |
| * | Merge branch 'stable-4.5' into stable-4.6David Pursehouse2017-03-275-18/+241
| |\|
| | * Only mark packfile invalid if exception signals permanent problemMatthias Sohn2017-03-265-18/+234
| | * Don't flag a packfile invalid if opening existing file failedLuca Milanesio2017-03-251-0/+7
* | | PullCommand: Add support for recursing into submodulesDavid Pursehouse2017-03-241-1/+18
* | | Move SHA1 compress/recompress files to resource folderDavid Ostrovsky2017-03-182-284/+0
* | | Merge "Merge branch 'stable-4.6'"Matthias Sohn2017-03-152-7/+38
|\ \ \
| * | | Merge branch 'stable-4.6'Matthias Sohn2017-03-162-7/+38
| |\| |
| | * | Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-03-162-7/+38
| | |\|
| | | * Don't remove pack when FileNotFoundException is transientLuca Milanesio2017-03-152-7/+38
* | | | Don't try to strip new line if the message buffer is emptyAndrey Loskutov2017-03-151-2/+6
|/ / /
* | | FetchCommand: Fix detection of submodule recursion modeDavid Pursehouse2017-03-102-13/+25
* | | FetchCommand: Add basic support for recursing into submodulesDavid Pursehouse2017-03-044-1/+219
* | | Remove unnecessary @SuppressWarnings("nls")David Pursehouse2017-03-041-1/+0
* | | Make Repository.normalizeBranchName less strictThomas Wolf2017-03-041-47/+110
* | | Merge "SHA-1: collision detection support"Jonathan Nieder2017-03-026-93/+1780
|\ \ \
| * | | SHA-1: collision detection supportShawn Pearce2017-02-286-93/+1780
* | | | Silence API error caused by changed return type of digest()Matthias Sohn2017-03-011-1/+4
* | | | Correct the boolean logic for filtering pathsMagnus Vigerlöf2017-02-286-11/+176
|/ / /