aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of failing conflict situationsRobin Rosenberg2014-05-171-1/+1
* Add methods to Repository to handle remote namesRobin Rosenberg2014-04-271-0/+46
* Fix ValidRefNameTest on WindowsRobin Rosenberg2014-04-061-23/+55
* Fix ObjectChecker when normalization is enabledShawn Pearce2014-04-031-2/+11
* Check for duplicate names after folding case in ObjectCheckerShawn Pearce2014-03-121-0/+56
* Change DirCacheCheckout to verify path using ObjectCheckerShawn Pearce2014-03-121-0/+10
* Reject mixed case .git on Mac OS in ObjectCheckerShawn Pearce2014-03-121-1/+15
* Reject special Windows device names in ObjectCheckerShawn Pearce2014-03-121-0/+24
* Allow an ObjectChecker to reject special characters for WindowsShawn Pearce2014-03-121-0/+85
* Reject '.git' as a tree name in ObjectCheckerShawn Pearce2014-03-121-0/+13
* Permit ObjectChecker to optionally accept leading '0' in treesShawn Pearce2014-03-121-0/+8
* Use branch.<x>.mergeoptions and merge.ff as defaults for mergingKonrad Kügler2014-02-141-0/+47
* Ban dangerous ref names in WindowsRobin Rosenberg2014-02-051-0/+23
* Fix for core.autocrlf=input resulting in modified fileRobin Rosenberg2014-02-021-0/+31
* Do not report ignored directories as untrackedMatthias Sohn2014-01-191-0/+47
* Add recursive variant of Config.getNames() methodsMatthias Sohn2013-12-061-1/+55
* More helpful InvalidPathException messages (include reason)Robin Stocker2013-12-031-1/+1
* Fix handling of file/folder conflicts during a checkoutChristian Halstrick2013-11-291-0/+25
* Move SampleDataRepositoryTestCase to org.eclipse.jgit.testShawn Pearce2013-11-243-3/+3
* testMaliciousPathEmpty fails on WindowsRobin Rosenberg2013-11-011-2/+9
* Make sure SystemReader is reset after test is runRobin Stocker2013-10-221-0/+7
* Fix failed tests when the tmp directory is a symlinkRobin Rosenberg2013-10-201-14/+16
* Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler)Robin Rosenberg2013-06-091-3/+2
* 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