summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add javadoc comments, remove unused code, shift comments to correct placeChristian Halstrick2009-10-093-25/+97
| * | Merge change Iacb9082e into cq-diffCode Review2009-10-082-16/+171
| |\ \
| | * | Fixed MyersDiff to be able to handle more than 100kChristian Halstrick2009-10-092-16/+171
| * | | Fix some warnings regarding unnecessary imports and accessing static methodsChristian Halstrick2009-10-071-13/+4
| |/ /
| * | Add the "jgit diff" commandJohannes Schindelin2009-10-063-1/+142
| * | Prepare RawText for diff-index and diff-filesJohannes Schindelin2009-10-061-1/+27
| * | Add a test class for Myers' diff algorithmJohannes Schindelin2009-10-061-0/+109
| * | Add Myers' algorithm to generate diff scriptsJohannes Schindelin2009-10-061-0/+469
| * | Add set to IntListJohannes Schindelin2009-10-062-0/+39
* | | Fix code formatter style referencesShawn O. Pearce2010-01-052-6/+6
* | | UnionInputStream: combines sequential InputStreams into oneShawn O. Pearce2010-01-042-0/+425
* | | Add getPacks to ObjectDirectoryShawn O. Pearce2010-01-041-0/+12
* | | Merge change I67d3ed54Code Review2009-12-281-0/+3
|\ \ \ | |_|/ |/| |
| * | Added -crfl attribute for DiffFormatterReflowTest test dataConstantine Plotnikov2009-12-271-0/+3
* | | Switch build to Apache Felix maven-bundle-pluginShawn O. Pearce2009-12-2855-717/+309
* | | Recognize Git repository environment variablesRobin Rosenberg2009-12-287-24/+415
* | | Add support for creating detached headsRobin Rosenberg2009-12-283-0/+96
* | | 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
* | | Don't crash if we try to load the config for a MockSystemReaderRobin Rosenberg2009-12-211-1/+8
* | | Use Tycho version 0.6.0Igor Fedorenko2009-12-201-18/+1
* | | Method to get a 'humanish' name from a pathMykola Nikishov2009-12-193-8/+178
* | | Ignore target/ folder and compile.org.eclipse.jgit.xmlMykola Nikishov2009-12-121-0/+2
* | | Flipped jgit.core to manifest-first maven-3/tycho buildIgor Fedorenko2009-12-083-12/+110
|/ /
* | Replace a hard-coded default remote's name with a constantMykola Nikishov2009-11-294-3/+8
* | tools/version.sh: Update embedded version numbers in build productsShawn O. Pearce2009-11-171-30/+58
* | Use a more specific Bugzilla URLShawn O. Pearce2009-11-041-1/+1
* | Use JUnit 3.8.2 under CQ 3589Shawn O. Pearce2009-11-041-1/+2
* | Remove reference to branding pluginMatthias Sohn2009-11-041-2/+1
* | Merge changes I057c782c,Idff096ce,Ic9be0280,I07014d1b,Id8a76ee7,I9080f3dd,I8c...Code Review2009-11-0379-1158/+3162
|\ \
| * | Prompt for passwords from the console in jgit command line toolsShawn O. Pearce2009-11-0217-2/+882
| * | Move AWT based SSH authenticator to ui bundleShawn O. Pearce2009-11-024-117/+197
| * | Refactor the cached Authenticator data out of AwtAuthenticatorShawn O. Pearce2009-11-024-70/+139
| * | Only import the sample data packs on tests that need themShawn O. Pearce2009-11-0216-40/+97
| * | Move T0007_Index to exttstShawn O. Pearce2009-11-021-18/+23
| * | Refactor RepositoryTestCase to use LocalDiskRepository insteadShawn O. Pearce2009-11-0211-359/+79
| * | Create JUnit test utilities for JGit derived sourcesShawn O. Pearce2009-11-0214-0/+1081
| * | Delete obsolete JarLinkUtilShawn O. Pearce2009-11-021-212/+0
| * | Refactor our Maven build to be modularShawn O. Pearce2009-11-0216-433/+702
| * | Switch pgm, test to proper plugin projectsShawn O. Pearce2009-11-029-5/+60
* | | Merge change Ic1c8969bCode Review2009-11-031-1/+1
|\ \ \ | |/ / |/| |
| * | Use org.eclipse.egit branding pluginMatthias Sohn2009-10-201-1/+1
* | | Correct location of AmazonS3 command line clientShawn O. Pearce2009-10-311-0/+0
* | | Move AWT UI code to new org.eclipse.jgit.ui bundleMykola Nikishov2009-10-3118-2/+469
* | | 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-3120-200/+261
* | | Eclipse IDE: Automatically remove trailing whitespace on saveShawn O. Pearce2009-10-313-3/+159
* | | Remove trailing whitespace at end of lineAlex Blewitt2009-10-31122-652/+652