aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Reduce size of PackedObjectLoader by dropping long to intShawn O. Pearce2010-05-151-2/+2
* Add builder-style API to jgit and Commit & Log cmdChristian Halstrick2010-05-101-0/+117
* Added MERGING_RESOLVED repository stateChristian Halstrick2010-05-081-0/+20
* Fix FooterLine.matches(FooterKey) on same length keysShawn O. Pearce2010-05-041-0/+20
* Fix ReceivePackRefFilterTest on WindowsShawn O. Pearce2010-04-271-0/+9
* ReceivePack: Clarify the check reachable optionShawn O. Pearce2010-04-161-6/+6
* ReceivePack: fix ensureProvidedObjectsVisible on thin packsShawn O. Pearce2010-04-161-0/+477
* IndexPack: Correct thin pack fix using less than 20 bytesShawn O. Pearce2010-04-161-0/+59
* Make parsing of PersonIdent from raw byte array fault-tolerant.Marc Strapetz2010-03-231-0/+100
* Merge branch 'push-sideband' into stable-0.7Shawn O. Pearce2010-03-123-47/+112
|\
| * Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-121-4/+6
| * Refactor SideBandOutputStream to be bufferedShawn O. Pearce2010-03-122-43/+106
* | Fix NLS to build under Java 5Shawn O. Pearce2010-03-122-17/+17
* | Provide NLS support in JGit.Sasa Zivkov2010-03-1110-0/+462
* | Fix TimeoutInputStreamTest, TimeoutOutputStreamTest assertionsShawn O. Pearce2010-02-102-4/+4
|/
* Don't allow DirCacheEntry with mode of 0Shawn O. Pearce2010-02-037-14/+213
* Fix ObjectWalk corruption when skipping over empty treesShawn O. Pearce2010-02-021-0/+44
* Correctly skip over unrecognized optional dircache extensionsShawn O. Pearce2010-02-021-0/+29
* Remove RepositoryTestCase from DirCacheCGitCompatabilityTestShawn O. Pearce2010-02-021-3/+5
* Merge "Add unsetSection to Config to remove an entire block"Robin Rosenberg2010-01-281-0/+41
|\
| * Add unsetSection to Config to remove an entire blockShawn O. Pearce2010-01-291-0/+41
* | Merge "Relax ObjectChecker to permit missing tagger lines"Robin Rosenberg2010-01-282-29/+49
|\ \ | |/ |/|
| * Relax ObjectChecker to permit missing tagger linesShawn O. Pearce2010-01-232-29/+49
* | Don't confuse empty configuration variables with booleansShawn O. Pearce2010-01-231-1/+30
|/
* Merge branch 'ref-abstract'Shawn O. Pearce2010-01-2311-90/+2328
|\
| * Replace writeSymref with RefUpdate.linkShawn O. Pearce2010-01-232-12/+37
| * Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-2311-81/+1481
| * Create new RefList and RefMap utility typesShawn O. Pearce2010-01-222-0/+813
* | Introduce a named constant for the .git directory.Robin Rosenberg2010-01-151-14/+14
|/
* Refactor TemporaryBuffer to support reuse in other contextsShawn O. Pearce2010-01-121-13/+25
* Implement multi_ack_detailed protocol extensionShawn O. Pearce2010-01-121-0/+33
* Abstract out utility functions for creating test commitsShawn O. Pearce2010-01-128-102/+54
* Move TestRng to our JUnit helper packageShawn O. Pearce2010-01-122-67/+2
* Merge branch 'cq-diff'Shawn O. Pearce2010-01-066-0/+714
|\
| * Add file content merge algorithmChristian Halstrick2010-01-061-0/+187
| * Add performance tests for MyersDiffChristian Halstrick2009-11-053-0/+397
| * Add a test class for Myers' diff algorithmJohannes Schindelin2009-10-061-0/+109
| * Add set to IntListJohannes Schindelin2009-10-061-0/+21
* | UnionInputStream: combines sequential InputStreams into oneShawn O. Pearce2010-01-041-0/+217
* | Recognize Git repository environment variablesRobin Rosenberg2009-12-281-1/+156
* | Add support for creating detached headsRobin Rosenberg2009-12-281-0/+58
* | Method to get a 'humanish' name from a pathMykola Nikishov2009-12-191-0/+122
* | 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-455/+0
* | Refactor RepositoryTestCase to use LocalDiskRepository insteadShawn O. Pearce2009-11-029-359/+73
* | Move pure IO utility functions to a utility class of its own.Robin Rosenberg2009-10-312-9/+9
* | Remove trailing whitespace at end of lineAlex Blewitt2009-10-3111-118/+118
* | Make the default encoding when reading commits UTF-8Constantine Plotnikov2009-10-081-0/+3
* | Remove a duplicate test from T0003_BasicRobin Rosenberg2009-10-071-10/+0
|/
* Move setupReflog test function to only test that caresShawn O. Pearce2009-10-052-19/+22