aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
...
* IndexDiff: Provide stage state for conflicting entriesRobin Stocker2013-04-191-0/+48
* Skip main thread test in ThreadSafeProgressMonitorShawn Pearce2013-04-101-0/+2
* Fix Config.fromText to not skip a last line with no newlineDave Borowitz2013-02-081-0/+9
* Add getConflictingNames to RefDatabaseRobin Stocker2013-02-061-0/+148
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-0416-571/+14
* Add additional FastForwardMode enums for different config contextsTomasz Zarna2013-01-181-0/+69
* Accept '-' instead of space in enum config valuesShawn Pearce2013-01-111-1/+1
* Revert "Add additional FastForwardMode enums for different config contexts"Shawn Pearce2013-01-111-77/+2
* Fix enum parsing from Config filesShawn Pearce2013-01-111-0/+3
* Peel tags during resolve of foo^Dave Borowitz2013-01-101-0/+2
* Return info about config subsection when trying to get an invalid enumTomasz Zarna2013-01-081-0/+19
* Add additional FastForwardMode enums for different config contextsTomasz Zarna2013-01-061-2/+77
* Ignore removed files with an assume-valid index entryRobin Rosenberg2013-01-031-4/+9
* Hide deprecation warnings in some test classesRobin Rosenberg2012-12-272-0/+2
* Declare essentially static methods as staticRobin Rosenberg2012-12-273-5/+7
* Pull up method for creating DirCacheEntry into RepositoryTestCaseRobin Stocker2012-10-281-0/+18
* Add a check in fstick that the reference file existsRobin Rosenberg2012-10-251-0/+2
* Merge "Don't allow null name or e-mail in PersonIdent"Shawn Pearce2012-10-251-0/+10
|\
| * Don't allow null name or e-mail in PersonIdentRobin Stocker2012-10-131-0/+10
* | StashCreateCommand: Abort in case of unmerged pathsRobin Stocker2012-10-221-0/+35
|/
* Provide a convenient read() in RepositoryTestCaseRobin Stocker2012-09-251-0/+4
* Merge "Allow @ in branch names and tighten syntax checking"Robin Rosenberg2012-09-241-0/+53
|\
| * Allow @ in branch names and tighten syntax checkingRobin Rosenberg2012-09-231-0/+53
* | Comment an empty block which is okRobin Rosenberg2012-09-231-0/+1
|/
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-224-6/+12
* Merge "Fix resolving expression with ~ and ^ than extends beyond history"Robin Rosenberg2012-09-181-0/+23
|\
| * Fix resolving expression with ~ and ^ than extends beyond historyDave Borowitz2012-09-181-0/+23
* | Use assertEquals instead of == for literal primitivesRobin Rosenberg2012-09-161-2/+2
|/
* cleanup: use assertArrayEquals for assertion on arraysRobin Rosenberg2012-09-032-8/+7
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-033-6/+6
* DirCacheCheckout: Fix handling of files not in indexRobin Stocker2012-09-011-9/+6
* Merge changes I98df46ce,Ifb815a12,I051a1724Robin Rosenberg2012-08-212-5/+91
|\
| * Support [<ref>]@{upstream} revision syntaxRobin Rosenberg2012-07-201-0/+23
| * Support parsing previous checkout as a revision expresion.Robin Rosenberg2012-07-202-5/+36
| * Allow a @ without branch in revision syntaxRobin Rosenberg2012-07-161-0/+32
* | Teach BranchTrackingStatus to handle tracking of local branchesMatthias Sohn2012-08-181-0/+40
* | Ensure a directory exists before trying to create/merge a file into it.Jevgeni Zelenkov2012-08-061-0/+6
* | Again teach ResolveMerger to create more correct DirCacheEntry'sChristian Halstrick2012-07-261-0/+29
* | Revert "Teach ResolveMerger to create more correct DirCacheEntry's"Shawn Pearce2012-07-241-29/+0
* | Teach ResolveMerger to create more correct DirCacheEntry'sMarkus Duft2012-07-191-0/+29
|/
* Fix boxing warnings in org.eclipse.jgit.lib.ConfigTestTomasz Zarna2012-06-181-4/+4
* Add "--squash" option to MergeCommandTomasz Zarna2012-06-152-2/+79
* Add missing license header to modification times test.Markus Duft2012-06-111-0/+37
* Make DirCacheCheckout update timestamps in the index.Markus Duft2012-06-061-0/+90
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-302-26/+9
* Validate paths during DirCheckoutRobin Rosenberg2012-04-231-0/+420
* Index config section and subsection names in one passShawn O. Pearce2012-04-021-1/+1
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Remove ambiguous CheckoutConflictExceptionTomasz Zarna2012-03-061-2/+1
* Generate conflicts and index updates on file mode changesChristian Halstrick2012-02-131-1/+202