aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Add isRebase to API of BranchConfigRobin Stocker2014-08-031-3/+11
* 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-313-3/+24
* | 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
* | Mark package org.eclipse.jgit.gitrepo.internal as x-internalMatthias Sohn2014-07-301-1/+1
* | 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
* | Merge "Remove overlapping submodules from repo manifest."Shawn Pearce2014-07-291-9/+65
|\ \
| * | Remove overlapping submodules from repo manifest.Yuxuan 'fishy' Wang2014-07-291-9/+65
* | | Merge "Added the missing export in MANIFEST.MF."Shawn Pearce2014-07-291-0/+1
|\ \ \ | |/ / |/| |
| * | Added the missing export in MANIFEST.MF.Yuxuan 'fishy' Wang2014-07-241-0/+1
| |/
* | 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-283-4/+4
* | 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
* Don't warn for methods that can be staticRobin Rosenberg2014-07-021-1/+1
* Add new default settings from Eclipse 4.4Robin Rosenberg2014-07-021-0/+5
* Clarify comments in message properties files (and fix grammar)Robin Stocker2014-06-301-1/+1
* Add a comment to the message properties files on how they are processedRobin Rosenberg2014-06-291-0/+3
* Fix spelling error in error messgaeRobin Rosenberg2014-06-291-1/+1
* Fix formatting errors in error messagesRobin Rosenberg2014-06-291-6/+6
* Merge branch 'stable-3.4'Matthias Sohn2014-06-215-11/+75
|\
| * Prepare 3.4.2-SNAPSHOT buildsMatthias Sohn2014-06-213-36/+36
| * JGit v3.4.1.201406201815-rv3.4.1.201406201815-rMatthias Sohn2014-06-213-36/+36
| * Allow retrying connecting SshSession in case of an exceptionStefan Lay2014-06-205-11/+70
| * Prepare post 3.4.0 buildsMatthias Sohn2014-06-113-4/+4
| * JGit v3.4.0.201406110918-rv3.4.0.201406110918-rMatthias Sohn2014-06-113-4/+4
* | Remove no longer needed API breakage filtersRobin Rosenberg2014-06-151-19/+0
* | 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
|\ \ \