summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2Shawn O. Pearce2009-12-287-9/+9
* | Get rid of a duplicate constant for SHA-1 lengthRobin Rosenberg2009-12-286-28/+32
* | Merge change I5b232f67Code Review2009-12-221-2/+2
|\ \
| * | Fix typo in ReceivePack.javaNico Sallembien2009-12-221-2/+2
* | | Method to get a 'humanish' name from a pathMykola Nikishov2009-12-191-0/+52
* | | Flipped jgit.core to manifest-first maven-3/tycho buildIgor Fedorenko2009-12-081-12/+3
|/ /
* | Replace a hard-coded default remote's name with a constantMykola Nikishov2009-11-291-0/+3
* | Move AWT based SSH authenticator to ui bundleShawn O. Pearce2009-11-021-115/+5
* | Refactor the cached Authenticator data out of AwtAuthenticatorShawn O. Pearce2009-11-021-0/+126
* | Refactor our Maven build to be modularShawn O. Pearce2009-11-022-1/+97
* | Move AWT UI code to new org.eclipse.jgit.ui bundleMykola Nikishov2009-10-315-732/+1
* | Don't create .git/remotes folders on initSasa Zivkov2009-10-311-1/+0
* | Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-3118-191/+252
* | Eclipse IDE: Automatically remove trailing whitespace on saveShawn O. Pearce2009-10-311-1/+53
* | Remove trailing whitespace at end of lineAlex Blewitt2009-10-31110-533/+533
* | Add gitignore to constantsMykola Nikishov2009-10-161-0/+3
* | Make the default encoding when reading commits UTF-8Constantine Plotnikov2009-10-081-11/+7
|/
* Merge changes I282ee1c6,I5700ca48,Ic243544a,Ia2cce34d,I2fd81be2Code Review2009-10-054-112/+17
|\