Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-15JGit v4.9.2.201712150930-rv4.9.2.201712150930-rMatthias Sohn56-59/+59
2017-12-15Write packed-refs directly when cloningThomas Wolf2-5/+37
2017-12-14Config: Remove the include functionalityDavid Pursehouse2-55/+8
2017-12-12InMemoryRepository: Make inner class MemObjDatabase staticDavid Pursehouse1-1/+1
2017-12-12TransportCommand#setTimeout: Specify units for timeout in JavadocDavid Turner1-1/+1
2017-12-11Fix typo in key of a JGitText externalized stringMatthias Sohn3-3/+3
2017-12-10Fix IllegalThreadStateException if stderr closed without exitingDmitry Pavlenko3-6/+31
2017-12-07LfsServerText: Fix formatting of invalidPathInfo messageDavid Pursehouse2-2/+2
2017-12-07InvalidLongObjectIdException: Fix formatting of messageDavid Pursehouse2-2/+2
2017-12-07FileLfsServlet: Do not pretty print json responseDavid Pursehouse2-7/+6
2017-12-06LfsStore: Make inner class AppServer staticDavid Pursehouse1-1/+1
2017-12-06DirCacheCheckout#processEntry: Fix typo in javadocDavid Pursehouse1-1/+1
2017-12-03Prepare 4.9.2-SNAPSHOT buildsMatthias Sohn56-333/+333
2017-12-03JGit v4.9.1.201712030800-rv4.9.1.201712030800-rMatthias Sohn56-59/+59
2017-12-03Silence API warnings for reintroduced ResolveMerger#processEntryMatthias Sohn1-0/+17
2017-11-24GC: Delete stale temporary packs and indexesHector Caballero2-0/+131
2017-11-24Ignore warning for minor version change without API changeMatthias Sohn17-13/+177
2017-11-24Merge branch 'stable-4.8' into stable-4.9Matthias Sohn7-63/+176
2017-11-22Merge branch 'stable-4.7' into stable-4.8Matthias Sohn6-12/+160
2017-11-22Merge branch 'stable-4.6' into stable-4.7Matthias Sohn7-44/+158
2017-11-22Silence boxing warningMatthias Sohn1-0/+1
2017-11-22Merge branch 'stable-4.5' into stable-4.6Matthias Sohn8-40/+195
2017-11-22Prepare 4.5.5-SNAPSHOT buildsMatthias Sohn56-302/+302
2017-11-22JGit v4.5.4.201711221230-rv4.5.4.201711221230-rMatthias Sohn56-59/+59
2017-11-22Fix LockFile semantics when running on NFSChristian Halstrick5-3/+127
2017-11-21Honor trustFolderStats also when reading packed-refsChristian Halstrick1-2/+9
2017-11-20Yet another work-around for a Jsch bug: timeoutsThomas Wolf2-4/+61
2017-11-20Fix NPE in TransportGitSsh.ExtSession.exec()Matthias Sohn1-8/+12
2017-11-18Add missing help text for rev-parse's --verify optionMatthias Sohn1-0/+3
2017-11-18Remove final modifier on args4j argument field in RevParseRĂ¼diger Herrmann1-1/+1
2017-11-10Work around a Jsch bug: ensure the user name is set from URIThomas Wolf3-0/+36
2017-11-02Merge "Reintroduce protected method which removal broke EMF Compare" into sta...Matthias Sohn2-0/+68
2017-11-01PackInserter: Implement newReader()Dave Borowitz2-2/+351
2017-11-01Move some strings from DfsText to JGitTextDave Borowitz5-9/+9
2017-11-01FileRepository: Add pack-based inserter implementationDave Borowitz3-0/+839
2017-11-01ObjectDirectory: Factor a method to close open pack handlesDave Borowitz2-10/+16
2017-11-01ObjectDirectory: Remove last modified check in insertPackDave Borowitz1-2/+0
2017-10-24Reintroduce protected method which removal broke EMF CompareMatthias Sohn2-0/+68
2017-10-23Avoid bad rounding "1 year, 12 months" in date formatterMichael Keppler2-3/+11
2017-10-18Ensure that ~ in ssh config is replaced before Jsch sees itThomas Wolf2-21/+49
2017-10-08Prepare 4.9.1-SNAPSHOT buildsMatthias Sohn56-333/+333
2017-10-07JGit v4.9.0.201710071750-rv4.9.0.201710071750-rMatthias Sohn56-59/+59
2017-10-06Terminate StreamCopy threads in case of errorsTill Brychcy1-4/+12
2017-10-06Use a new RevWalk for validating not advertised wantsZhen Chen2-26/+117
2017-10-05Add photon target platform jgit-4.8.targetMatthias Sohn3-0/+124
2017-10-01Checkout now reports failures through exceptions.Ned Twigg2-11/+33
2017-09-30Terminate StreamCopy threads in case of errorsDmitry Neverov2-6/+7
2017-09-30ReflogWriter: Align auto-creation defaults with C gitDave Borowitz4-12/+15
2017-09-30Support force writing reflog on a per-update basisDave Borowitz8-20/+196
2017-09-30Ensure ReflogWriter only works with a RefDirectoryDave Borowitz8-63/+66

Back to the top