summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v4.5.6.201903121547-rv4.5.6.201903121547-rMatthias Sohn2019-03-1256-59/+59
* Check for packfile validity and fd before readingLuca Milanesio2019-03-121-0/+8
* Move throw of PackInvalidException outside the catchLuca Milanesio2019-03-121-2/+3
* Use FileSnapshot to get lastModified on PackFileLuca Milanesio2019-03-121-1/+1
* Include size when comparing FileSnapshotLuca Milanesio2019-03-125-9/+107
* Do not reuse packfiles when changed on filesystemLuca Milanesio2019-03-122-2/+15
* Silence API warnings for new API introduced for fixesMatthias Sohn2019-03-121-0/+14
* Prepare 4.5.6-SNAPSHOT buildsMatthias Sohn2018-12-2456-302/+302
* JGit v4.5.5.201812240535-rv4.5.5.201812240535-rMatthias Sohn2018-12-2456-59/+59
* Call AdvertiseRefsHook before validating wantsMasaya Suzuki2018-12-241-13/+9
* Merge branch 'stable-4.4' into stable-4.5David Pursehouse2018-10-190-0/+0
|\
| * Merge branch 'stable-4.3' into stable-4.4stable-4.4David Pursehouse2018-10-190-0/+0
| |\
| | * Merge branch 'stable-4.2' into stable-4.3stable-4.3David Pursehouse2018-10-190-0/+0
| | |\
| | | * Merge branch 'stable-4.1' into stable-4.2stable-4.2David Pursehouse2018-10-190-0/+0
| | | |\
| | | | * Merge branch 'stable-4.0' into stable-4.1stable-4.1David Pursehouse2018-10-190-0/+0
| | | | |\
| | | | | * JGit v4.0.3.201509231615-rv4.0.3.201509231615-rstable-4.0Matthias Sohn2015-09-2346-49/+49
| * | | | | Prepare 4.4.2-SNAPSHOT buildsMatthias Sohn2016-07-1556-302/+302
* | | | | | Replace Findbugs with Spotbugs in org.eclipse.jgit/pom.xmlDavid Pursehouse2018-10-131-2/+2
* | | | | | Replace FindBugs with SpotBugsDavid Pursehouse2018-10-091-8/+9
* | | | | | Temporarily @Ignore flaky CommitCommandTest methodsDave Borowitz2018-06-191-0/+3
* | | | | | Retry stale file handles on .git/config fileNasser Grainawi2018-05-103-31/+56
* | | | | | Prepare 4.5.5-SNAPSHOT buildsMatthias Sohn2017-11-2256-302/+302
* | | | | | JGit v4.5.4.201711221230-rv4.5.4.201711221230-rMatthias Sohn2017-11-2256-59/+59
* | | | | | Fix LockFile semantics when running on NFSChristian Halstrick2017-11-225-3/+127
* | | | | | Honor trustFolderStats also when reading packed-refsChristian Halstrick2017-11-211-2/+9
* | | | | | Prepare 4.5.4-SNAPSHOT buildsMatthias Sohn2017-08-2656-302/+302
* | | | | | JGit v4.5.3.201708160445-rv4.5.3.201708160445-rMatthias Sohn2017-08-1656-59/+59
* | | | | | Fix exception handling for opening bitmap index filesChristian Halstrick2017-08-142-2/+114
* | | | | | Prepare 4.5.3-SNAPSHOT buildsMatthias Sohn2017-04-0856-302/+302
* | | | | | JGit v4.5.2.201704071617-rv4.5.2.201704071617-rMatthias Sohn2017-04-0756-59/+59
* | | | | | Only mark packfile invalid if exception signals permanent problemMatthias Sohn2017-03-266-18/+245
* | | | | | Don't flag a packfile invalid if opening existing file failedLuca Milanesio2017-03-251-0/+7
* | | | | | Prepare 4.5.2-SNAPSHOT buildsMatthias Sohn2017-03-2556-302/+302
* | | | | | JGit v4.5.1.201703201650-rv4.5.1.201703201650-rMatthias Sohn2017-03-2056-59/+59
* | | | | | Don't remove pack when FileNotFoundException is transientLuca Milanesio2017-03-153-9/+40
* | | | | | Fix one case of missing objectHector Oswaldo Caballero2016-12-131-3/+8
* | | | | | Use the same variable to check and extract LFS object idJacek Centkowski2016-11-241-2/+3
* | | | | | Config: do not add spaces before unitsDavid Turner2016-10-191-3/+3
* | | | | | Unconditionally close repositories in RepositoryCache.clear()Matthias Sohn2016-10-131-9/+3
* | | | | | Fix eviction of repositories with negative usage countHugo Arès2016-10-122-1/+22
* | | | | | pgm: Fix misspelled key of an externalized stringMatthias Sohn2016-10-021-1/+1
* | | | | | Add missing online help for Ketch server type option in CLI daemonMatthias Sohn2016-10-022-1/+3
* | | | | | Remove wrong junit dependencies in org.eclipse.jgit.pgmMatthias Sohn2016-10-021-11/+0
* | | | | | Merge "Fix carrying over flags during a RevWalk" into stable-4.5Shawn Pearce2016-09-242-1/+147
|\ \ \ \ \ \
| * | | | | | Fix carrying over flags during a RevWalkChristian Halstrick2016-09-232-1/+147
* | | | | | | Turn off doclint also during Maven site generationMatthias Sohn2016-09-211-0/+11
* | | | | | | Prepare 4.5.1-SNAPSHOT buildsMatthias Sohn2016-09-2156-302/+302
* | | | | | | JGit v4.5.0.201609210915-rv4.5.0.201609210915-rMatthias Sohn2016-09-2156-59/+59
* | | | | | | Unconditionally close repository in unregisterAndCloseRepositorySaša Živkov2016-09-211-5/+3
|/ / / / / /
* | | | | | Handle all values of branch.[name].rebaseThomas Wolf2016-09-155-78/+174