aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/rename'Shawn O. Pearce2010-07-166-8/+779
|\
| * Implemented file path based tie breaking to exact rename detectionJeff Schumacher2010-07-161-0/+58
| * Added more test cases for RenameDetectorJeff Schumacher2010-07-121-9/+108
| * Added file path similarity to scoring metric in rename detectionJeff Schumacher2010-07-122-10/+10
| * Create FileHeader from DiffEntryJeff Schumacher2010-07-081-0/+186
| * Redo DiffFormatter API to be easier to useShawn O. Pearce2010-07-031-2/+2
| * Implement similarity based rename detectionShawn O. Pearce2010-07-034-124/+348
| * Added a preliminary version of rename detectionJeff Schumacher2010-07-011-0/+204
* | Merge "Remove an unused File reference in test code"Shawn Pearce2010-07-151-1/+0
|\ \
| * | Remove an unused File reference in test codeRobin Rosenberg2010-07-161-1/+0
* | | Merge "Handle the tilde notation (~user) of git url"Shawn Pearce2010-07-151-0/+47
|\| |
| * | Handle the tilde notation (~user) of git urlRobin Rosenberg2010-07-151-0/+47
* | | Git Porcelain API: Add CommandStefan Lay2010-07-141-0/+327
|/ /
* | Fix ReadTreeTestChristian Halstrick2010-07-131-17/+5
* | Add compatibility with gitignore specificationsCharley Wang2010-07-132-0/+768
* | Allow ReadTreeTest to test arbitrary CheckoutsChristian Halstrick2010-07-092-117/+244
* | Deprecate all of the older Tree related codeShawn O. Pearce2010-07-071-1/+1
|/
* Merge changes Ie56301aa,Ic2f79e85Shawn Pearce2010-06-285-0/+509
|\
| * Added further support for whitespace ignoring during diffJeff Schumacher2010-06-283-0/+305
| * Added support for whitespace ignoringJeff Schumacher2010-06-282-0/+204
* | Remove pack stream from PackWriterTestShawn O. Pearce2010-06-231-11/+8
* | Remove pointless setOldObjectId in testShawn O. Pearce2010-06-231-1/+0
|/
* "Bare" Repository should not return working directory.Mathias Kinzler2010-06-161-0/+208
* Allow to read configured keysMathias Kinzler2010-06-151-0/+38
* Repository can be configured with FSMarc Strapetz2010-06-043-23/+24
* Merge "Refactor ReadTreeTest to allow testing other checkout classes"Shawn Pearce2010-06-041-41/+96
|\
| * Refactor ReadTreeTest to allow testing other checkout classesChristian Halstrick2010-06-051-41/+96
* | Add support for computing a Change-Id à la GerritRobin Rosenberg2010-06-041-0/+523
|/
* Add a merge command to the jgit APIStefan Lay2010-05-241-0/+183
* Added merge support to CommitCommandChristian Halstrick2010-05-211-5/+42
* Test root locale translationsSasa Zivkov2010-05-191-0/+75
* Externalize strings from JGitSasa Zivkov2010-05-195-16/+23
* 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