summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Fix concurrent creation of fan-out object directoriesRoberto Tyley2013-01-131-0/+77
* 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
* Merge changes Ifc8fc3e5,I7c403b50Colby Ranger2013-01-102-3/+2
|\
| * Remove packIndex field from FileObjDatabase openPack method.Colby Ranger2013-01-102-3/+2
* | Peel tags during resolve of foo^Dave Borowitz2013-01-101-0/+2
|/
* Delete the iplog generator, cont'dRobin Rosenberg2013-01-091-1/+0
* Delete the iplog generatorMatthias Sohn2013-01-092-12/+0
* 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
* Update the revert command and things relating to revertRobin Rosenberg2012-12-281-0/+208
* Hide deprecation warnings in some test classesRobin Rosenberg2012-12-274-0/+4
* Declare essentially static methods as staticRobin Rosenberg2012-12-2738-72/+87
* Add type argumente to some raw reclarationRobin Rosenberg2012-12-274-14/+16
* Prepare 2.3.0 buildsMatthias Sohn2012-12-212-33/+33
* Prepare post 2.2.0.201212191850-r buildsstable-2.2Matthias Sohn2012-12-212-2/+2
* JGit v2.2.0.201212191850-rv2.2.0.201212191850-rMatthias Sohn2012-12-202-2/+2
* DirCacheIterator: Fix reset() and back()Robin Rosenberg2012-12-151-0/+128
* Support --cached in RmCommandRobin Stocker2012-12-031-1/+15
* RevWalk support for shallow clonesMarc Strapetz2012-11-212-21/+216
* Add support for rebase interactive 'edit' commandDariusz Luksza2012-11-191-0/+52
* Add support for rebase interactive 'reword' commandDariusz Luksza2012-11-191-0/+58
* Add GarbageCollectCommand to porcelain APIMatthias Sohn2012-11-181-0/+90
* Add support for pull with --rebase and --no-rebaseMikael Karlsson2012-11-161-0/+70
* Adapt Status and CleanCommand to support cleaning directoriesMarkus Duft2012-11-162-3/+99
* CheckoutCommand: Support checking out ours and theirsRobin Stocker2012-11-161-3/+45
* Harmonize the JDT settings within JGitRobin Rosenberg2012-11-163-7/+81
* DirCacheEditor: Apply PathEdit for each stageRobin Stocker2012-11-161-0/+43
* 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
|\