Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-03Ensure RawText closes the FileInputStream when read is completeShawn O. Pearce1-14/+2
2010-02-03Cleanup OSGi Import-Package specifications to use versionsShawn O. Pearce9-104/+104
2010-02-02Micro-optimize CanonicalTreeParser next() for ObjectWalkShawn O. Pearce1-8/+14
2010-02-02Fix ObjectWalk corruption when skipping over empty treesShawn O. Pearce2-18/+67
2010-02-02Ensure the tree parser resets in ObjectWalkShawn O. Pearce1-0/+2
2010-02-02Correct ObjectWalk error message when bad object is foundShawn O. Pearce1-3/+3
2010-02-02Correctly skip over unrecognized optional dircache extensionsShawn O. Pearce5-11/+70
2010-02-02Remove RepositoryTestCase from DirCacheCGitCompatabilityTestShawn O. Pearce1-3/+5
2010-02-02Fix .classpath to make jgit easily runnable from inside eclipseChristian Halstrick1-0/+1
2010-02-01Fix server side NPE during push to empty repositoryShawn O. Pearce1-1/+1
2010-01-29Merge "Generate an Eclipse IP log with jgit eclipse-iplog"Shawn Pearce31-9/+2884
2010-01-29Merge "Check for remote server exec failures and report"Shawn Pearce1-16/+40
2010-01-29Generate an Eclipse IP log with jgit eclipse-iplogShawn O. Pearce31-9/+2884
2010-01-29Merge "Add unsetSection to Config to remove an entire block"Robin Rosenberg2-0/+83
2010-01-29Add unsetSection to Config to remove an entire blockShawn O. Pearce2-0/+83
2010-01-29Merge "Relax ObjectChecker to permit missing tagger lines"Robin Rosenberg3-34/+54
2010-01-28Merge "Update the update site URL and corresponding feature.properties."Matthias Sohn2-4/+4
2010-01-27Merge "Added caching for loose object lookup during pack indexing"Shawn Pearce6-1/+276
2010-01-27Update the update site URL and corresponding feature.properties.Matthias Sohn2-4/+4
2010-01-25Fix racy HTTP tests by waiting for requests to finishShawn O. Pearce2-26/+87
2010-01-25Merge "Don't confuse empty configuration variables with booleans"Shawn Pearce2-4/+34
2010-01-24Don't confuse empty configuration variables with booleansShawn O. Pearce2-4/+34
2010-01-23Disable the JRE HTTP cache, if anyShawn O. Pearce1-0/+1
2010-01-23Check for remote server exec failures and reportShawn O. Pearce1-16/+40
2010-01-23Relax ObjectChecker to permit missing tagger linesShawn O. Pearce3-34/+54
2010-01-23Correct bundle, provider names to be consistentShawn O. Pearce10-17/+20
2010-01-23Correct indentation in org.eclipse.jgit.packaging/pom.xmlShawn O. Pearce1-1/+1
2010-01-23Merge "Make HTTP test project work in Eclipse"Shawn Pearce7-0/+94
2010-01-23Make HTTP test project work in EclipseRobin Rosenberg7-0/+94
2010-01-23Merge branch 'ref-abstract'Shawn O. Pearce44-1286/+5633
2010-01-23Optimize RefAdvertiser performance by avoiding sortingShawn O. Pearce4-11/+20
2010-01-23branch: Add -m option to rename a branchShawn O. Pearce1-4/+37
2010-01-23Replace writeSymref with RefUpdate.linkShawn O. Pearce9-67/+147
2010-01-23Rewrite reference handling to be abstract and accurateShawn O. Pearce39-1241/+3766
2010-01-23Use build timestamp as OSGi version qualifierMatthias Sohn7-6/+57
2010-01-23Create new RefList and RefMap utility typesShawn O. Pearce5-3/+1703
2010-01-21Added caching for loose object lookup during pack indexingConstantine Plotnikov6-1/+276
2010-01-17Merge "Adding PDE API Tools nature to JGit"Robin Rosenberg2-0/+9
2010-01-16Adding PDE API Tools nature to JGitChris Aniszczyk2-0/+9
2010-01-16Remove redundant Maven plugin declarations from sub-modulesMatthias Sohn2-29/+0
2010-01-15Merge changes Icfe92059,I65a9da89Shawn Pearce16-44/+61
2010-01-15Introduce a named constant for the ".git" directory extensionRobin Rosenberg4-7/+13
2010-01-15Introduce a named constant for the .git directory.Robin Rosenberg15-37/+48
2010-01-15Maven 3/Tycho build for JGit featureMatthias Sohn17-2/+663
2010-01-12Add JUnit tests for HTTP transportShawn O. Pearce22-18/+3476
2010-01-12Download HEAD by itself if not in info/refsShawn O. Pearce1-10/+59
2010-01-12client side smart HTTPShawn O. Pearce5-55/+606
2010-01-12server side: smart fetch over HTTPShawn O. Pearce4-0/+312
2010-01-12server side: smart push over HTTPShawn O. Pearce5-5/+482
2010-01-12Simple dumb HTTP server for GitShawn O. Pearce42-17/+4000

Back to the top