summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* CommitCommand: Ensure unmerged paths are added correctly with setOnlyRobin Stocker2012-11-121-0/+54
* Add ReflogCommandTest#testAmendReflogTomasz Zarna2012-11-011-0/+32
* ResetCommand: Use DirCacheBuilder in resetIndexRobin Stocker2012-11-011-0/+30
* ResetCommand: Correctly reset unmerged paths in resetIndexForPathsRobin Stocker2012-11-011-0/+32
* Merge "Refactor ResolveMergerTest to allow testing multiple strategies"Chris Aniszczyk2012-10-301-35/+67
|\
| * Refactor ResolveMergerTest to allow testing multiple strategiesChristian Halstrick2012-10-251-35/+67
* | Pull up method for creating DirCacheEntry into RepositoryTestCaseRobin Stocker2012-10-286-139/+95
* | Suppress resource warnings with Java 7Robin Rosenberg2012-10-257-17/+43
* | Merge "Add a check in fstick that the reference file exists"Shawn Pearce2012-10-251-0/+2
|\ \
| * | Add a check in fstick that the reference file existsRobin Rosenberg2012-10-251-0/+2
* | | Merge "Fix for Iff768422c, use offset 0 when going back to work tree iterator"Shawn Pearce2012-10-251-0/+41
|\ \ \ | |/ / |/| |
| * | Fix for Iff768422c, use offset 0 when going back to work tree iteratorRobin Rosenberg2012-10-061-0/+41
* | | 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-222-0/+46
|/ /
* | CommitCommand: Use original author on amend if author is not setRobin Stocker2012-10-081-0/+44
* | CommitCommand: Don't allow amending on initial commitRobin Stocker2012-10-081-0/+7
|/
* Fix unstable testRobin Rosenberg2012-10-021-1/+1
* Remove unused import introduced with 8f706db5Matthias Sohn2012-09-251-2/+2
* Merge "Provide a convenient read() in RepositoryTestCase"Christian Halstrick2012-09-251-0/+4
|\
| * Provide a convenient read() in RepositoryTestCaseRobin Stocker2012-09-251-0/+4
* | Merge "Add the intended file to avoid breakage"Christian Halstrick2012-09-251-1/+1
|\ \ | |/ |/|
| * Add the intended file to avoid breakageRobin Rosenberg2012-09-251-1/+1
* | 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
| |/
* | Merge "FileBasedConfig supports UTF-8 byte order marker"Robin Rosenberg2012-09-241-0/+162
|\ \
| * | FileBasedConfig supports UTF-8 byte order markerMarc Strapetz2012-09-241-0/+162
* | | Merge "Refuse to checkout unmerged paths from index"Christian Halstrick2012-09-241-0/+21
|\ \ \
| * | | Refuse to checkout unmerged paths from indexRobin Stocker2012-09-231-0/+21
| | |/ | |/|
* / | Comment an empty block which is okRobin Rosenberg2012-09-231-0/+1
|/ /
* | Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-2212-21/+37
* | Fixed instability in some GC tests.Sasa Zivkov2012-09-201-11/+7
|/
* Prepare 2.2.0 buildsMatthias Sohn2012-09-192-33/+33
* Merge branch 'stable-2.1'Matthias Sohn2012-09-192-24/+111
|\
| * Prepare for 2.1 maintenance changesstable-2.1Matthias Sohn2012-09-192-2/+2
| * JGit v2.1.0.201209190230-rv2.1.0.201209190230-rMatthias Sohn2012-09-192-2/+2
| * Introduce "never" as parseable dateRobin Rosenberg2012-09-181-0/+11
| * Introduce ParseExceptions for GitDateParserChristian Halstrick2012-09-172-24/+100
* | Merge "Fix resolving expression with ~ and ^ than extends beyond history"Robin Rosenberg2012-09-182-1/+386
|\ \
| * | Fix resolving expression with ~ and ^ than extends beyond historyDave Borowitz2012-09-181-0/+23
| |/
| * Additional unit tests for the GCSasa Zivkov2012-09-161-1/+363
* | Use assertEquals instead of == for literal primitivesRobin Rosenberg2012-09-167-14/+13
* | Use assertTrue/False instead of equals with boolean literalsRobin Rosenberg2012-09-164-62/+67
|/
* cleanup: use assertArrayEquals for assertion on arraysRobin Rosenberg2012-09-0310-45/+43
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-0313-44/+43
* Merge "Support branches with name 'config'"Christian Halstrick2012-09-031-0/+13
|\
| * Support branches with name 'config'Christian Halstrick2012-08-211-0/+13
* | Merge "Add tests for more coverage of CheckoutCommand"Matthias Sohn2012-09-031-0/+65
|\ \
| * | Add tests for more coverage of CheckoutCommandRobin Stocker2012-09-031-0/+65
* | | DirCacheCheckout: Fix handling of files not in indexRobin Stocker2012-09-012-9/+38
|/ /