summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding some Eclipse-related legal files to JGitChris Aniszczyk2010-02-034-0/+89
* Cleanup OSGi Import-Package specifications to use versionsShawn O. Pearce2010-02-029-104/+104
* Micro-optimize CanonicalTreeParser next() for ObjectWalkShawn O. Pearce2010-02-021-8/+14
* Fix ObjectWalk corruption when skipping over empty treesShawn O. Pearce2010-02-022-18/+67
* Ensure the tree parser resets in ObjectWalkShawn O. Pearce2010-02-021-0/+2
* Correct ObjectWalk error message when bad object is foundShawn O. Pearce2010-02-021-3/+3
* Correctly skip over unrecognized optional dircache extensionsShawn O. Pearce2010-02-025-11/+70
* Remove RepositoryTestCase from DirCacheCGitCompatabilityTestShawn O. Pearce2010-02-021-3/+5
* Fix .classpath to make jgit easily runnable from inside eclipseChristian Halstrick2010-02-021-0/+1
* Fix server side NPE during push to empty repositoryShawn O. Pearce2010-02-011-1/+1
* Merge "Generate an Eclipse IP log with jgit eclipse-iplog"Shawn Pearce2010-01-2931-9/+2884
|\
| * Generate an Eclipse IP log with jgit eclipse-iplogShawn O. Pearce2010-01-2931-9/+2884
* | Merge "Check for remote server exec failures and report"Shawn Pearce2010-01-291-16/+40
|\ \ | |/ |/|
| * Check for remote server exec failures and reportShawn O. Pearce2010-01-231-16/+40
* | Merge "Add unsetSection to Config to remove an entire block"Robin Rosenberg2010-01-282-0/+83
|\ \
| * | Add unsetSection to Config to remove an entire blockShawn O. Pearce2010-01-292-0/+83
* | | Merge "Relax ObjectChecker to permit missing tagger lines"Robin Rosenberg2010-01-283-34/+54
|\ \ \ | |/ / |/| |
| * | Relax ObjectChecker to permit missing tagger linesShawn O. Pearce2010-01-233-34/+54
| |/
* | Merge "Update the update site URL and corresponding feature.properties."Matthias Sohn2010-01-272-4/+4
|\ \
| * | Update the update site URL and corresponding feature.properties.Matthias Sohn2010-01-272-4/+4
* | | Merge "Added caching for loose object lookup during pack indexing"Shawn Pearce2010-01-276-1/+276
|\ \ \ | |/ / |/| |
| * | Added caching for loose object lookup during pack indexingConstantine Plotnikov2010-01-216-1/+276
* | | Fix racy HTTP tests by waiting for requests to finishShawn O. Pearce2010-01-252-26/+87
* | | Merge "Don't confuse empty configuration variables with booleans"Shawn Pearce2010-01-252-4/+34
|\ \ \
| * | | Don't confuse empty configuration variables with booleansShawn O. Pearce2010-01-232-4/+34
| | |/ | |/|
* / | Disable the JRE HTTP cache, if anyShawn O. Pearce2010-01-231-0/+1
|/ /
* | Correct bundle, provider names to be consistentShawn O. Pearce2010-01-2310-17/+20
* | Correct indentation in org.eclipse.jgit.packaging/pom.xmlShawn O. Pearce2010-01-231-1/+1
* | Merge "Make HTTP test project work in Eclipse"Shawn Pearce2010-01-237-0/+94
|\ \
| * | Make HTTP test project work in EclipseRobin Rosenberg2010-01-237-0/+94
* | | Merge branch 'ref-abstract'Shawn O. Pearce2010-01-2344-1286/+5633
|\ \ \
| * | | Optimize RefAdvertiser performance by avoiding sortingShawn O. Pearce2010-01-234-11/+20
| * | | branch: Add -m option to rename a branchShawn O. Pearce2010-01-231-4/+37
| * | | Replace writeSymref with RefUpdate.linkShawn O. Pearce2010-01-239-67/+147
| * | | Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-2339-1241/+3766
| * | | Create new RefList and RefMap utility typesShawn O. Pearce2010-01-225-3/+1703
| |/ /
* | / Use build timestamp as OSGi version qualifierMatthias Sohn2010-01-237-6/+57
| |/ |/|
* | Merge "Adding PDE API Tools nature to JGit"Robin Rosenberg2010-01-172-0/+9
|\ \
| * | Adding PDE API Tools nature to JGitChris Aniszczyk2010-01-162-0/+9
* | | Remove redundant Maven plugin declarations from sub-modulesMatthias Sohn2010-01-162-29/+0
|/ /
* | Merge changes Icfe92059,I65a9da89Shawn Pearce2010-01-1516-44/+61
|\ \
| * | Introduce a named constant for the ".git" directory extensionRobin Rosenberg2010-01-154-7/+13
| * | Introduce a named constant for the .git directory.Robin Rosenberg2010-01-1515-37/+48
| |/
* / Maven 3/Tycho build for JGit featureMatthias Sohn2010-01-1517-2/+663
|/
* Add JUnit tests for HTTP transportShawn O. Pearce2010-01-1222-18/+3476
* Download HEAD by itself if not in info/refsShawn O. Pearce2010-01-121-10/+59
* client side smart HTTPShawn O. Pearce2010-01-125-55/+606
* server side: smart fetch over HTTPShawn O. Pearce2010-01-124-0/+312
* server side: smart push over HTTPShawn O. Pearce2010-01-125-5/+482
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-1242-17/+4000