Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Prepare 4.7.9-SNAPSHOT buildsMatthias Sohn3-45/+45
2019-03-12JGit v4.7.8.201903121755-rv4.7.8.201903121755-rMatthias Sohn3-4/+4
2019-03-12Merge branch 'stable-4.6' into stable-4.7Matthias Sohn6-13/+97
2019-03-12Merge branch 'stable-4.5' into stable-4.6Matthias Sohn6-13/+113
2019-03-12Prepare 4.5.7-SNAPSHOT buildsMatthias Sohn3-43/+43
2019-03-12JGit v4.5.6.201903121547-rv4.5.6.201903121547-rMatthias Sohn3-4/+4
2019-03-12Check for packfile validity and fd before readingLuca Milanesio1-0/+8
2019-03-12Move throw of PackInvalidException outside the catchLuca Milanesio1-2/+3
2019-03-12Use FileSnapshot to get lastModified on PackFileLuca Milanesio1-1/+1
2019-03-12Include size when comparing FileSnapshotLuca Milanesio4-8/+72
2019-03-12Do not reuse packfiles when changed on filesystemLuca Milanesio2-2/+15
2019-03-12Silence API warnings for new API introduced for fixesMatthias Sohn1-0/+14
2018-12-24Prepare 4.7.8-SNAPSHOT buildsMatthias Sohn4-46/+46
2018-12-24JGit v4.7.7.201812240805-rv4.7.7.201812240805-rMatthias Sohn3-4/+4
2018-12-24Merge branch 'stable-4.6' into stable-4.7Matthias Sohn1-13/+9
2018-12-24Merge branch 'stable-4.5' into stable-4.6Matthias Sohn1-13/+9
2018-12-24Prepare 4.5.6-SNAPSHOT buildsMatthias Sohn3-43/+43
2018-12-24JGit v4.5.5.201812240535-rv4.5.5.201812240535-rMatthias Sohn3-4/+4
2018-12-24Call AdvertiseRefsHook before validating wantsMasaya Suzuki1-13/+9
2018-10-19Prepare 4.7.7-SNAPSHOT buildsMatthias Sohn3-45/+45
2018-10-19JGit v4.7.6.201810191618-rv4.7.6.201810191618-rMatthias Sohn3-4/+4
2018-10-19Update API problem filterMatthias Sohn1-1/+1
2018-10-13Merge branch 'stable-4.6' into stable-4.7David Pursehouse1-2/+2
2018-10-13Merge branch 'stable-4.5' into stable-4.6David Pursehouse1-2/+2
2018-10-13Replace Findbugs with Spotbugs in org.eclipse.jgit/pom.xmlDavid Pursehouse1-2/+2
2018-10-08SubmoduleValidator: Remove unused import of ConfigConstantsDavid Pursehouse1-1/+0
2018-10-08SubmoduleValidator: Permit missing path or urlJonathan Nieder1-11/+16
2018-10-07ObjectChecker#getGitsubmodules: Fix malformed javadocDavid Pursehouse1-2/+2
2018-10-05Prepare 4.7.6-SNAPSHOT buildsMatthias Sohn3-45/+45
2018-10-05JGit v4.7.5.201810051826-rv4.7.5.201810051826-rMatthias Sohn3-4/+4
2018-10-05BaseReceivePack: Validate incoming .gitmodules filesIvan Frade4-1/+65
2018-10-05ObjectChecker: Report .gitmodules files found in the packIvan Frade3-5/+245
2018-10-05SubmoduleAddCommand: Reject submodule URIs that look like cli optionsIvan Frade5-2/+160
2018-09-18Prepare 4.7.5-SNAPSHOT buildsMatthias Sohn3-45/+45
2018-09-18JGit v4.7.4.201809180905-rv4.7.4.201809180905-rMatthias Sohn3-4/+4
2018-09-18Update API problem filterMatthias Sohn1-1/+1
2018-09-15Fix IOException when LockToken#close failsMatthias Sohn1-7/+12
2018-09-12Fix NoSuchFileException during directory cleanup in RefDirectoryMatthias Sohn1-1/+1
2018-09-10Externalize warning message in RefDirectory.delete()Matthias Sohn3-1/+4
2018-09-10Suppress warning for trying to delete non-empty directoryThomas Wolf1-0/+5
2018-09-09Prepare 4.7.4-SNAPSHOT buildsMatthias Sohn3-45/+45
2018-09-09JGit v4.7.3.201809090215-rv4.7.3.201809090215-rMatthias Sohn3-4/+4
2018-09-07Fix atomic lock file creation on NFSMatthias Sohn5-6/+176
2018-09-07Use constant for ".lock"Matthias Sohn6-9/+25
2018-09-06Fix handling of option core.supportsAtomicCreateNewFileChristian Halstrick1-4/+10
2018-09-05GC: Avoid logging errors when deleting non-empty foldersHector Caballero1-0/+3
2018-08-16Fix GC run in foreground to not use executorHugo Arès2-55/+22
2018-07-26Prepare 4.7.3-SNAPSHOT buildsMatthias Sohn3-45/+45
2018-07-26JGit v4.7.2.201807261330-rv4.7.2.201807261330-rMatthias Sohn3-4/+4
2018-07-25Delete all loose refs empty directoriesLuca Milanesio3-11/+19

Back to the top