aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix non-relative remote defined in manifest xml.Yuxuan 'fishy' Wang2014-08-061-3/+10
|/
* Merge "Add isRebase to API of BranchConfig"Robin Rosenberg2014-08-031-3/+11
|\
| * Add isRebase to API of BranchConfigRobin Stocker2014-08-031-3/+11
* | Merge "Use bitcheck to check for presence of OPT_FULL option"Robin Rosenberg2014-08-031-6/+1
|\ \
| * | Use bitcheck to check for presence of OPT_FULL optionKevin Sawicki2014-08-021-6/+1
| |/
* / NetRC parser and credentials provider.Alexey Kuznetsov2014-08-033-0/+438
|/
* Enhance BranchConfig API to expose branch.* optionsRobin Stocker2014-08-031-18/+47
* IndexDiffFilter should never filter entries with stage!=0Christian Halstrick2014-08-021-1/+5
* Merge "HistogramDiff: Convert stack recursion to heap managed queue"Robin Rosenberg2014-08-021-6/+14
|\
| * HistogramDiff: Convert stack recursion to heap managed queueShawn Pearce2014-07-251-6/+14
* | Fix Javadoc errors with Java 8Robin Stocker2014-08-023-11/+11
* | Fix API errors raised on ResolveMerger affecting API providers onlyChristian Halstrick2014-07-312-3/+4
* | Implement RepoCommand.Project.hashCode() since we override equals()Matthias Sohn2014-07-301-0/+5
* | Remove @Override annotation illegal for interfaces on Java 5Matthias Sohn2014-07-301-1/+0
* | Small performance optimization for ignore rules/fnmatcherAndrey Loskutov2014-07-302-8/+28
* | Added toString() methods for better debugging of ignore rulesAndrey Loskutov2014-07-303-0/+15
* | Fix RevertCommand to correctly revert multiple commits at once.Maik Schreiber2014-07-301-0/+1
* | Remove overlapping submodules from repo manifest.Yuxuan 'fishy' Wang2014-07-291-9/+65
* | Merge "RecursiveMerger should not fail on content-merge conflicts of parents"Christian Halstrick2014-07-293-9/+51
|\ \
| * | RecursiveMerger should not fail on content-merge conflicts of parentsChristian Halstrick2014-07-283-9/+51
* | | Strip trailing /s in repo base URI.Yuxuan 'fishy' Wang2014-07-281-1/+7
|/ /
* | Fixed message for exception thrown during recursive mergeChristian Halstrick2014-07-282-4/+3
* | Fix RecursiveMerger's internal use of merge to find a merge baseChristian Halstrick2014-07-251-0/+6
* | Handle initial checkout correctlyChristian Halstrick2014-07-251-4/+11
|/
* Preserve merges during pull if configured to do soKonrad Kügler2014-07-152-23/+49
* Rebase: Add --preserve-merges supportKonrad Kügler2014-07-152-30/+282
* Repository.writeMergeHeads to accept a list with subtypes of ObjectIdKonrad Kügler2014-07-141-2/+2
* Cherry-Pick: Support --no-commitKonrad Kügler2014-07-141-6/+27
* Handle diff formatting when there is nothing to compare withRobin Rosenberg2014-07-061-17/+43
* Merge branch 'stable-3.4'Matthias Sohn2014-06-213-11/+63
|\
| * Allow retrying connecting SshSession in case of an exceptionStefan Lay2014-06-203-11/+63
* | Remove an unnecessary semicolonRobin Rosenberg2014-06-151-1/+1
* | Remove an unnecessary $NON-NLS$ commentRobin Rosenberg2014-06-151-1/+1
* | Merge "Enable NLS / TranslationBundle to be used in OSGi"Robin Rosenberg2014-06-151-6/+10
|\ \
| * | Enable NLS / TranslationBundle to be used in OSGiRüdiger Herrmann2014-06-011-6/+10
* | | Don't set REWRITE flag unless parent rewriting is requestedDave Borowitz2014-06-121-5/+7
* | | Rename RewriteTreeFilter to TreeRevFilter and make it publicDave Borowitz2014-06-123-20/+54
* | | Add missing javadoc and since tag for RepoCommand.readFileFromRepo()Matthias Sohn2014-06-121-0/+14
* | | Refactor DefaultRemoteReader for easier code reuseYuxuan 'fishy' Wang2014-06-101-1/+9
* | | Merge "Fixed the problem with calling LsRemoteCommand without a local reposit...Robin Rosenberg2014-06-104-1/+50
|\ \ \
| * | | Fixed the problem with calling LsRemoteCommand without a local repository ove...Anton Bannykh2014-06-084-1/+50
* | | | Add missing @since to RepoCommand.setInputStreamRobin Rosenberg2014-06-101-2/+3
* | | | Added setInputStream to RepoCommand.Yuxuan 'fishy' Wang2014-06-092-29/+71
* | | | Merge "Better way to handle relative URLs in manifest XML"Dave Borowitz2014-06-091-2/+2
|\ \ \ \
| * | | | Better way to handle relative URLs in manifest XMLYuxuan 'fishy' Wang2014-06-051-2/+2
| |/ / /
* | | | LsRemoteCommand - internal execute need not be protectedRobin Rosenberg2014-06-081-1/+1
* | | | Merge "Fix DeltaTask infinite loop"Robin Rosenberg2014-06-061-1/+1
|\ \ \ \
| * | | | Fix DeltaTask infinite loopHugo Arès2014-06-051-1/+1
| |/ / /
* | | | Merge "Make JavaDoc validator happy by declaring GitAPIException on callAsMap"Robin Rosenberg2014-06-061-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Make JavaDoc validator happy by declaring GitAPIException on callAsMapRobin Rosenberg2014-06-041-0/+4
| |/ /