summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | 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
|/ /
* | 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
* | Move AWT UI code to new org.eclipse.jgit.ui bundleMykola Nikishov2009-10-314-730/+0
* | 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
* | 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
|/
* Move HttpSupport's configureHttpProxy to jgit-pgmShawn O. Pearce2009-10-051-42/+0
* Move AmazonS3 command line utility to jgit-pgmShawn O. Pearce2009-10-051-66/+0
* Merge change I908e4c77Code Review2009-10-053-8/+23
|\
| * Add support for logAllRefUpdates configuration parameterChristian Halstrick2009-10-023-8/+23
* | Document protected members of RevObjectListShawn O. Pearce2009-10-021-0/+11
* | Make it possible to clear a PlotCommitListJonas Fonseca2009-10-012-6/+14
* | Include description for missing bundle prereqsSasa Zivkov2009-10-012-15/+26
|/
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-29294-0/+67892