aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/BranchCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Use absolute paths for file:// URIs in testsShawn Pearce2013-11-011-1/+1
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-3/+1
* Fix broken TagCommand APIRobin Rosenberg2012-04-061-3/+2
* Fixed creation of branch from a tagSasa Zivkov2011-07-121-0/+24
* Fix API ListBranchCommand for listmode 'all'Roberto Tyley2011-01-121-0/+6
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-1/+19
* DeleteBranchCommand does not clean up upstream configurationMathias Kinzler2010-10-121-1/+12
* Fix NPE when calling CreateBranch without explict startpointChristian Halstrick2010-10-121-0/+6
* Remove AmbiguousObjectException from BranchCreateCommand.call()Christian Halstrick2010-10-121-2/+1
* Add "Branch" commandMathias Kinzler2010-10-101-0/+416