Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-12-18JGit v3.5.3.201412180710-rv3.5.3.201412180710-rstable-3.5Matthias Sohn55-59/+59
2014-12-18Merge branch 'stable-3.4' into stable-3.5Matthias Sohn25-141/+533
2014-12-18JGit v3.4.2.201412180340-rv3.4.2.201412180340-rstable-3.4Matthias Sohn55-59/+59
2014-12-18ObjectChecker: Disallow names potentially mapping to ".git" on HFS+Matthias Sohn2-0/+207
2014-12-18ObjectChecker: Disallow Windows shortname "GIT~1"Christian Halstrick2-0/+45
2014-12-18ObjectChecker: Disallow ".git." and ".git<space>"Shawn Pearce3-10/+124
2014-12-18Always ignore case when forbidding .git in ObjectCheckerShawn Pearce2-22/+5
2014-12-18DirCache: Refuse to read files with invalid pathsShawn Pearce2-0/+55
2014-12-18DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce3-36/+10
2014-12-18Replace "a." with "a-" in unit testsShawn Pearce8-29/+31
2014-11-26Merge changes Icf0970dd,Ice5ec10a into stable-3.4Christian Halstrick2-11/+10
2014-11-26Apache HttpClientConnection: replace calls to deprecated LocalFile()Matthias Sohn1-3/+3
2014-11-25Fix two nits about DirCacheEntry constructorsShawn Pearce1-4/+4
2014-11-25Detect buffering failures while writing rebase todo fileShawn Pearce1-7/+6
2014-11-25Deprecate TemporaryBuffer.LocalFile without parent directoryShawn Pearce3-14/+21
2014-11-25Switch FileHeader.extractFileLines to TemporaryBuffer.HeapShawn Pearce2-14/+5
2014-11-25AmazonS3: Buffer pushed pack content under $GIT_DIRShawn Pearce2-2/+12
2014-11-25DirCache: Buffer TREE extension to $GIT_DIRShawn Pearce2-11/+16
2014-11-12Prepare 3.5.3-SNAPSHOT buildsMatthias Sohn55-264/+264
2014-11-12JGit v3.5.2.201411120430-rv3.5.2.201411120430-rMatthias Sohn55-59/+59
2014-11-06Don't use SSL anymore to avoid POODLE attackDani Megert1-1/+1
2014-10-13Prepare 3.5.2-SNAPSHOT buildsMatthias Sohn55-264/+264
2014-10-13JGit v3.5.1.201410131835-rv3.5.1.201410131835-rMatthias Sohn55-59/+59
2014-10-13Merge "Only hide gitdir if the repository isn't bare" into stable-3.5Christian Halstrick1-1/+1
2014-10-10When 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-26Prepare 3.5.1-SNAPSHOT buildsMatthias Sohn55-264/+264
2014-09-26JGit v3.5.0.201409260305-rv3.5.0.201409260305-rMatthias Sohn55-59/+59
2014-09-25Fix PackWriterBitmapWalker handling non-existing uninteresting objectsChristian Halstrick3-7/+43
2014-09-25Enable maven site generation for jgitMatthias Sohn1-0/+24
2014-09-25Generate javadocs as part of Maven site project reportsMatthias Sohn1-0/+11
2014-09-25Compare API changes with clirr against 3.4.1Matthias Sohn1-1/+1
2014-09-24[cli] Use chaining credentials provider to enable .netrcMatthias Sohn1-1/+5
2014-09-24Add chaining credentials providerMatthias Sohn1-0/+131
2014-09-22[Java 8] Configure doclint to accept missing descriptionsMatthias Sohn1-0/+17
2014-09-17Do not use .netrc implicitly if no CredentialsProvider was setMatthias Sohn1-3/+0
2014-09-07Prepare post 3.5.0-rc1 buildsMatthias Sohn55-59/+59
2014-09-07JGit 3.5.0.201409071800-rc1v3.5.0.201409071800-rc1Matthias Sohn55-59/+59
2014-09-06Fix the ls-remote command when there is no local repoRobin Rosenberg2-4/+13
2014-09-04Update the README with current modules and featuresRobin Rosenberg1-8/+82
2014-09-04Drop warnings about unchecked casts in a few stable select placesRobin Rosenberg7-2/+11
2014-09-04Hide warnings about field hiding in the MyersDiff codeRobin Rosenberg1-0/+1
2014-09-04Fix warnings about missing serialVersionUIDRobin Rosenberg1-1/+2
2014-09-04Fix warning about missing serialVersionUIDRobin Rosenberg1-0/+2
2014-09-04Rename local variables/parameters to remove warnings about hidingRobin Rosenberg9-50/+50
2014-09-04Remove non-existing source directories from Java 7 test buildRobin Rosenberg1-3/+0
2014-09-04Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg7-26/+26
2014-09-04Windows: Hide the .git directory if hidedotfiles is set to non-falseRobin Rosenberg4-0/+41
2014-09-04Add the resources directory to the Eclipse classpathRobin Rosenberg1-0/+1
2014-09-02PlotCommitList: Close plot lanes at root commitsKonrad Kügler2-5/+43

Back to the top