Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-12JGit v3.6.0.201411121045-m1v3.6.0.201411121045-m1Matthias Sohn3-4/+4
2014-11-12Merge branch 'stable-3.5'Matthias Sohn1-1/+1
2014-11-12Prepare 3.5.3-SNAPSHOT buildsMatthias Sohn3-37/+37
2014-11-12JGit v3.5.2.201411120430-rv3.5.2.201411120430-rMatthias Sohn3-4/+4
2014-11-11Introduce config parameter core.trustfolderstatChristian Halstrick2-1/+20
2014-11-11Fix javadoc formatting in ConfigConstantsMatthias Sohn1-23/+15
2014-11-10Expand wildcard imports to specfic classesShawn Pearce3-15/+24
2014-11-09Fix possible NPE in IndexDiff when not all submodules are clonedChristian Halstrick1-20/+22
2014-11-09Add missing @since tagsChristian Halstrick2-2/+9
2014-11-08Merge "Implement atomic refs update, if possible by database"Shawn Pearce6-0/+45
2014-11-08Implement atomic refs update, if possible by databaseStefan Beller6-0/+45
2014-11-06Don't use SSL anymore to avoid POODLE attackDani Megert1-1/+1
2014-11-06Make sure checkout doesn't report conflicts on ignored pathsChristian Halstrick1-1/+1
2014-11-06Do not swallow exception if IndexDiff hits invalid ignore paramMatthias Sohn1-1/+3
2014-11-06Fix non-externalized string warnings in IndexDiffMatthias Sohn1-2/+2
2014-11-06Add new method IndexDiff#getPathsWithIndexModeAxel Richard1-0/+32
2014-11-04add missing @since tag in StatusCommandChristian Halstrick1-0/+1
2014-11-03Add missing @since tags in SubmoduleWalkMatthias Sohn1-0/+4
2014-11-03Add missing @since tagsMatthias Sohn2-1/+7
2014-11-03Enhance SubmoduleWalk with a fast check whether a repo containsChristian Halstrick1-0/+22
2014-11-03RebaseCommand should ignore submodule modificationsChristian Halstrick1-1/+2
2014-11-03Support for Submodule configuration submodule.<name>.ignoreChristian Halstrick4-12/+167
2014-10-27Reimplementation of ignore rule parserAndrey Loskutov12-11/+1287
2014-10-23Merge "Initialize 'pathLen' field also for empty directories"Robin Stocker1-0/+2
2014-10-23Initialize 'pathLen' field also for empty directoriesAndrey Loskutov1-0/+2
2014-10-20Merge "Add retainOnReset(RevFlag) to RevWalk to simplify reset usage"Shawn Pearce1-1/+48
2014-10-19Add retainOnReset(RevFlag) to RevWalk to simplify reset usageShawn Pearce1-1/+48
2014-10-19BundleWriter: Support including HEAD in bundleRobin Stocker1-1/+2
2014-10-14Merge branch 'stable-3.5'Matthias Sohn1-1/+1
2014-10-13Prepare 3.5.2-SNAPSHOT buildsMatthias Sohn3-37/+37
2014-10-13JGit v3.5.1.201410131835-rv3.5.1.201410131835-rMatthias Sohn3-4/+4
2014-10-13Merge "Only hide gitdir if the repository isn't bare" into stable-3.5Christian Halstrick1-1/+1
2014-10-13Fix ResetCommand to default to mixed resetMatthias Sohn1-0/+3
2014-10-12Merge branch 'stable-3.5'Matthias Sohn1-1/+5
2014-10-10When marking commits as uninteresting don't care if the tree existsChristian Halstrick1-1/+5
2014-10-09Revert "When marking commits as uninteresting don't care if the tree exists"Christian Halstrick1-5/+1
2014-10-09When marking commits as uninteresting don't care if the tree existsChristian Halstrick1-1/+5
2014-10-07Only hide gitdir if the repository isn't bareMatthias Sohn1-1/+1
2014-09-26Merge branch 'stable-3.5'Matthias Sohn5-14/+153
2014-09-26Prepare 3.5.1-SNAPSHOT buildsMatthias Sohn3-37/+37
2014-09-26JGit v3.5.0.201409260305-rv3.5.0.201409260305-rMatthias Sohn3-4/+4
2014-09-25Fix PackWriterBitmapWalker handling non-existing uninteresting objectsChristian Halstrick2-7/+14
2014-09-24Add chaining credentials providerMatthias Sohn1-0/+131
2014-09-24Fixed API violation errors for 3.6 in ConfigConstantsAndrey Loskutov1-2/+10
2014-09-19Add "aggressive" option to GCChristian Halstrick3-2/+75
2014-09-17Do not use .netrc implicitly if no CredentialsProvider was setMatthias Sohn1-3/+0
2014-09-08PackIndexV1 should check for possible corruptionMarc Strapetz1-1/+6
2014-09-07Prepare post 3.5.0-rc1 buildsMatthias Sohn3-4/+4
2014-09-07JGit 3.5.0.201409071800-rc1v3.5.0.201409071800-rc1Matthias Sohn3-4/+4
2014-09-06Fix the ls-remote command when there is no local repoRobin Rosenberg1-4/+8

Back to the top