summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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