aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PullCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary dependencies on FileRepostoryRobin Rosenberg2013-04-181-2/+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
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-2/+3
* Guard against null branch in PullCommandKevin Sawicki2011-11-221-0/+12
* PullCommand: Use short ref name in merge messageRobin Stocker2011-03-221-2/+36
* Make PullCommand work with RebaseMathias Kinzler2011-01-281-0/+11
* Make sure not to overwrite untracked not-ignored filesChristian Halstrick2011-01-261-10/+2
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-1/+12
* Save StoredConfig after modificationsShawn O. Pearce2010-12-151-1/+1
* PullCommand: support upstream configuration for local branchesMathias Kinzler2010-10-281-0/+42
* Add "Pull" commandMathias Kinzler2010-10-081-0/+200