aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/CommitAndLogCommandTests.java
Commit message (Expand)AuthorAgeFilesLines
* Make the Reflog a public API againRobin Rosenberg2013-04-261-1/+1
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Use assertEquals instead of == for literal primitivesRobin Rosenberg2012-09-161-1/+1
* Skip a test that cannot be verified on WindowsRobin Rosenberg2012-08-211-0/+2
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-39/+20
* Cannot commit -o file with only file permission changeRobin Rosenberg2012-01-131-0/+31
* Test the reflog message for commit, cherry-pick, revert and mergeRobin Rosenberg2011-09-211-0/+5
* Fix path filtering in LogCommandPiotr Janik2011-05-181-1/+54
* Moved tests for commit -o option to own test classChristian Halstrick2011-03-181-1243/+1
* CommitCommand: add option to insert a change idJens Baumgart2011-03-171-0/+61
* CommitCommand: set correct Reflog message when amendingJens Baumgart2011-03-141-4/+10
* Add -o option to commit commandPhilipp Thun2011-03-111-0/+1245
* Allow to amend a commit with CommitCommandTomasz Zarna2011-03-071-0/+17
* Enable test methods in CommitAndLogCommandTestsTomasz Zarna2011-03-071-0/+7
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-1/+2
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+4
* Remove remaining uses of FileWriterShawn O. Pearce2010-12-131-8/+3
* CommitAndLogCommandTests: add a test for LogCommand.addRange()Mathias Kinzler2010-11-051-0/+40
* Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-011-0/+6
* Add "all" parameter to the commit CommandStefan Lay2010-08-041-0/+34
* Added merge support to CommitCommandChristian Halstrick2010-05-211-5/+42
* Add builder-style API to jgit and Commit & Log cmdChristian Halstrick2010-05-101-0/+117