aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add unsetSection to Config to remove an entire blockShawn O. Pearce2010-01-291-0/+42
* | | Merge "Relax ObjectChecker to permit missing tagger lines"Robin Rosenberg2010-01-281-5/+5
|\ \ \ | |/ / |/| |
| * | Relax ObjectChecker to permit missing tagger linesShawn O. Pearce2010-01-231-5/+5
| |/
* | 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
* | | Merge "Don't confuse empty configuration variables with booleans"Shawn Pearce2010-01-251-3/+4
|\ \ \
| * | | Don't confuse empty configuration variables with booleansShawn O. Pearce2010-01-231-3/+4
| | |/ | |/|
* / | Disable the JRE HTTP cache, if anyShawn O. Pearce2010-01-231-0/+1
|/ /
* | Correct bundle, provider names to be consistentShawn O. Pearce2010-01-231-2/+2
* | Merge branch 'ref-abstract'Shawn O. Pearce2010-01-2326-1179/+3237
|\ \
| * | Optimize RefAdvertiser performance by avoiding sortingShawn O. Pearce2010-01-233-10/+19
| * | Replace writeSymref with RefUpdate.linkShawn O. Pearce2010-01-236-52/+104
| * | Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-2322-1151/+2261
| * | Create new RefList and RefMap utility typesShawn O. Pearce2010-01-223-3/+890
* | | Use build timestamp as OSGi version qualifierMatthias Sohn2010-01-231-1/+6
| |/ |/|
* | Adding PDE API Tools nature to JGitChris Aniszczyk2010-01-162-0/+9
* | 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-157-12/+17
|/
* Add JUnit tests for HTTP transportShawn O. Pearce2010-01-121-5/+31
* 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
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-124-16/+132
* 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-125-108/+211
* Implement multi_ack_detailed protocol extensionShawn O. Pearce2010-01-123-35/+101
* 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
* Correct spelling error in StringUtils javadocShawn O. Pearce2010-01-121-3/+3
* Finish removing Apache Felix maven-bundle-pluginShawn O. Pearce2010-01-122-19/+1
* Merge "Partial revert "Switch build to Apache Felix maven-bundle-plugin""Robin Rosenberg2010-01-126-11/+66
|\
| * Partial revert "Switch build to Apache Felix maven-bundle-plugin"Robin Rosenberg2010-01-106-11/+66
* | 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
* | Remove unnecessary semicolon in MergeChunkShawn O. Pearce2010-01-061-1/+2
* | Merge branch 'cq-diff'Shawn O. Pearce2010-01-069-1/+1429
|\ \
| * | Add file content merge algorithmChristian Halstrick2010-01-064-0/+688
| * | Add javadoc comments, remove unused code, shift comments to correct placeChristian Halstrick2009-10-093-25/+97
| * | Fixed MyersDiff to be able to handle more than 100kChristian Halstrick2009-10-092-16/+171
| * | Add the "jgit diff" commandJohannes Schindelin2009-10-061-1/+1
| * | Prepare RawText for diff-index and diff-filesJohannes Schindelin2009-10-061-1/+27
| * | Add Myers' algorithm to generate diff scriptsJohannes Schindelin2009-10-061-0/+469
| * | Add set to IntListJohannes Schindelin2009-10-061-0/+18
* | | UnionInputStream: combines sequential InputStreams into oneShawn O. Pearce2010-01-041-0/+208
* | | Add getPacks to ObjectDirectoryShawn O. Pearce2010-01-041-0/+12
| |/ |/|
* | Switch build to Apache Felix maven-bundle-pluginShawn O. Pearce2009-12-287-70/+42
* | Recognize Git repository environment variablesRobin Rosenberg2009-12-284-21/+184
* | Add support for creating detached headsRobin Rosenberg2009-12-282-0/+38