aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/PullCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Convert to lambda or member referenceCarsten Hammer2019-05-161-73/+44
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-071-1/+1
* PullCommandTest: Use try-with-resources for File{Input,Output}StreamDavid Pursehouse2018-02-261-13/+2
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-1/+2
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+9
* Fix StashApply regarding handling of untracked filesChristian Halstrick2016-05-191-1/+36
* PullCommandTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-251-15/+18
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-23/+24
* Preserve merges during pull if configured to do soKonrad Kügler2014-07-151-0/+207
* Allow programmatic remote configuration for PullCommandMatthias Sohn2014-02-141-0/+65
* Use absolute paths for file:// URIs in testsShawn Pearce2013-11-011-2/+3
* 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