summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expose PacketLineOut for reuse outside of the transport packageShawn O. Pearce2010-01-122-10/+74
* Expose RefAdvertiser for reuse outside of the transport packageShawn O. Pearce2010-01-123-23/+165
* Teach UploadPack how to use an RPC style interfaceShawn O. Pearce2010-01-121-5/+55
* Teach ReceivePack how to use an RPC style interfaceShawn O. Pearce2010-01-121-2/+43
* Refactor TemporaryBuffer to support reuse in other contextsShawn O. Pearce2010-01-127-123/+238
* Implement multi_ack_detailed protocol extensionShawn O. Pearce2010-01-124-35/+134
* Abstract out utility functions for creating test commitsShawn O. Pearce2010-01-129-102/+704
* Fix PersonIdent to always use SystemReaderShawn O. Pearce2010-01-121-1/+4
* Fix RefWriter creation of info/refs to omit HEADShawn O. Pearce2010-01-121-2/+2
* Move TestRng to our JUnit helper packageShawn O. Pearce2010-01-122-2/+20
* Correct spelling error in StringUtils javadocShawn O. Pearce2010-01-121-3/+3
* Finish removing Apache Felix maven-bundle-pluginShawn O. Pearce2010-01-1211-115/+6
* Fix merge for "Partial revert "Switch build to Apache Felix maven-bundle-plug...Robin Rosenberg2010-01-121-0/+1
* Merge "Partial revert "Switch build to Apache Felix maven-bundle-plugin""Robin Rosenberg2010-01-1243-82/+548
|\
| * Partial revert "Switch build to Apache Felix maven-bundle-plugin"Robin Rosenberg2010-01-1043-82/+548
* | Read core.worktree regardless of whether .git was discovered or notRobin Rosenberg2010-01-061-9/+5
* | Explicitly release resources used by java.util.zip.DeflaterIgor Fedorenko2010-01-061-4/+5
* | Use build timestamp as OSGi version qualifier for SNAPSHOT buildsIgor Fedorenko2010-01-061-0/+1
* | Remove unnecessary semicolon in MergeChunkShawn O. Pearce2010-01-061-1/+2
* | Merge branch 'cq-diff'Shawn O. Pearce2010-01-0617-1/+2275
|\ \
| * | Add file content merge algorithmChristian Halstrick2010-01-065-0/+875
| * | Add performance tests for MyersDiffChristian Halstrick2009-11-053-0/+397