Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-25Merge "Don't confuse empty configuration variables with booleans"Shawn Pearce1-3/+4
2010-01-24Don't confuse empty configuration variables with booleansShawn O. Pearce1-3/+4
2010-01-23Disable the JRE HTTP cache, if anyShawn O. Pearce1-0/+1
2010-01-23Correct bundle, provider names to be consistentShawn O. Pearce1-2/+2
2010-01-23Merge branch 'ref-abstract'Shawn O. Pearce26-1179/+3237
2010-01-23Optimize RefAdvertiser performance by avoiding sortingShawn O. Pearce3-10/+19
2010-01-23Replace writeSymref with RefUpdate.linkShawn O. Pearce6-52/+104
2010-01-23Rewrite reference handling to be abstract and accurateShawn O. Pearce22-1151/+2261
2010-01-23Use build timestamp as OSGi version qualifierMatthias Sohn1-1/+6
2010-01-23Create new RefList and RefMap utility typesShawn O. Pearce3-3/+890
2010-01-16Adding PDE API Tools nature to JGitChris Aniszczyk2-0/+9
2010-01-15Introduce a named constant for the ".git" directory extensionRobin Rosenberg4-7/+13
2010-01-15Introduce a named constant for the .git directory.Robin Rosenberg7-12/+17
2010-01-12Add JUnit tests for HTTP transportShawn O. Pearce1-5/+31
2010-01-12Download HEAD by itself if not in info/refsShawn O. Pearce1-10/+59
2010-01-12client side smart HTTPShawn O. Pearce5-55/+606
2010-01-12Simple dumb HTTP server for GitShawn O. Pearce4-16/+132
2010-01-12Expose PacketLineOut for reuse outside of the transport packageShawn O. Pearce2-10/+74
2010-01-12Expose RefAdvertiser for reuse outside of the transport packageShawn O. Pearce3-23/+165
2010-01-12Teach UploadPack how to use an RPC style interfaceShawn O. Pearce1-5/+55
2010-01-12Teach ReceivePack how to use an RPC style interfaceShawn O. Pearce1-2/+43
2010-01-12Refactor TemporaryBuffer to support reuse in other contextsShawn O. Pearce5-108/+211
2010-01-12Implement multi_ack_detailed protocol extensionShawn O. Pearce3-35/+101
2010-01-12Fix PersonIdent to always use SystemReaderShawn O. Pearce1-1/+4
2010-01-12Fix RefWriter creation of info/refs to omit HEADShawn O. Pearce1-2/+2
2010-01-12Correct spelling error in StringUtils javadocShawn O. Pearce1-3/+3
2010-01-12Finish removing Apache Felix maven-bundle-pluginShawn O. Pearce2-19/+1
2010-01-12Merge "Partial revert "Switch build to Apache Felix maven-bundle-plugin""Robin Rosenberg6-11/+66
2010-01-10Partial revert "Switch build to Apache Felix maven-bundle-plugin"Robin Rosenberg6-11/+66
2010-01-07Read core.worktree regardless of whether .git was discovered or notRobin Rosenberg1-9/+5
2010-01-07Explicitly release resources used by java.util.zip.DeflaterIgor Fedorenko1-4/+5
2010-01-06Remove unnecessary semicolon in MergeChunkShawn O. Pearce1-1/+2
2010-01-06Merge branch 'cq-diff'Shawn O. Pearce9-1/+1429
2010-01-06Add file content merge algorithmChristian Halstrick4-0/+688
2010-01-04UnionInputStream: combines sequential InputStreams into oneShawn O. Pearce1-0/+208
2010-01-04Add getPacks to ObjectDirectoryShawn O. Pearce1-0/+12
2009-12-28Switch build to Apache Felix maven-bundle-pluginShawn O. Pearce7-70/+42
2009-12-28Recognize Git repository environment variablesRobin Rosenberg4-21/+184
2009-12-28Add support for creating detached headsRobin Rosenberg2-0/+38
2009-12-28Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2Shawn O. Pearce7-9/+9
2009-12-28Get rid of a duplicate constant for SHA-1 lengthRobin Rosenberg6-28/+32
2009-12-22Merge change I5b232f67Code Review1-2/+2
2009-12-22Fix typo in ReceivePack.javaNico Sallembien1-2/+2
2009-12-18Method to get a 'humanish' name from a pathMykola Nikishov1-0/+52
2009-12-08Flipped jgit.core to manifest-first maven-3/tycho buildIgor Fedorenko1-12/+3
2009-11-29Replace a hard-coded default remote's name with a constantMykola Nikishov1-0/+3
2009-11-03Move AWT based SSH authenticator to ui bundleShawn O. Pearce1-115/+5
2009-11-03Refactor the cached Authenticator data out of AwtAuthenticatorShawn O. Pearce1-0/+126
2009-11-03Refactor our Maven build to be modularShawn O. Pearce2-1/+97
2009-10-31Move AWT UI code to new org.eclipse.jgit.ui bundleMykola Nikishov5-732/+1

Back to the top