| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix javadoc in org.eclipse.jgit annotations and api packages | Matthias Sohn | 2017-12-18 | 1 | -13/+38 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 1 | -2/+2 |
* | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 1 | -0/+2 |
* | Silence non-externalized string warnings in org.eclipse.jgit | Matthias Sohn | 2015-05-26 | 1 | -12/+12 |
* | Fix Javadoc errors with Java 8 | Robin Stocker | 2014-08-02 | 1 | -3/+3 |
* | Cleanup javadocs so they pass the java8 doclint checks | Robin Rosenberg | 2014-03-29 | 1 | -8/+12 |
* | Fix MERGED_NOT_COMMITTED toString | Robin Stocker | 2013-07-18 | 1 | -1/+1 |
* | Add the no-commit option to MergeCommand | Tomasz Zarna | 2013-04-04 | 1 | -0/+27 |
* | Improve handling of checkout conflicts | Markus Duft | 2013-01-11 | 1 | -0/+40 |
* | Mark non-externalizable strings as such | Robin Rosenberg | 2012-12-27 | 1 | -0/+1 |
* | Add support for --no-ff while merging | Tomasz Zarna | 2012-11-16 | 1 | -0/+14 |
* | Add "--squash" option to MergeCommand | Tomasz Zarna | 2012-06-15 | 1 | -1/+29 |
* | Cleanup MergeResult constructors | Tomasz Zarna | 2012-05-10 | 1 | -6/+8 |
* | Add @Override annotations to enums | Tomasz Zarna | 2012-04-02 | 1 | -0/+5 |
* | Move JGitText to an internal package | Robin Rosenberg | 2012-03-12 | 1 | -1/+1 |
* | Add isSuccessful to MergeStatus, RebaseResult.Status and PullResult | Robin Stocker | 2011-08-09 | 1 | -1/+36 |
* | Do not categorize merge failures as 'abnormal' | Philipp Thun | 2011-03-28 | 1 | -6/+6 |
* | Improve MergeResult | Philipp Thun | 2011-03-21 | 1 | -2/+51 |
* | Replace 'occured' by 'occurred' | Philipp Thun | 2011-03-15 | 1 | -1/+1 |
* | Use entrySet() instead of keySet() | Robin Stocker | 2010-10-29 | 1 | -2/+3 |
* | Refactor diff sequence API | Shawn O. Pearce | 2010-09-06 | 1 | -3/+3 |
* | Added merge strategy RESOLVE | Christian Halstrick | 2010-08-31 | 1 | -2/+65 |
* | Enhance MergeResult to report conflicts, etc | Christian Halstrick | 2010-08-19 | 1 | -14/+119 |
* | Add a merge command to the jgit API | Stefan Lay | 2010-05-24 | 1 | -0/+150 |