2355 Commits (stable-3.6)

Author SHA1 Message Date
  Shawn Pearce 2badedcbe0 Process most in-core merges without local temp files 10 years ago
  Shawn Pearce 2c33c725f9 ResolveMerger: push result file creation into updateIndex() 10 years ago
  Shawn Pearce 4bd28bc958 RecursiveMerger: do not insert virtual commits into repository 10 years ago
  Yuxuan 'fishy' Wang 66ad4237be Fix non-relative remote defined in manifest xml. 10 years ago
  Robin Stocker 544f65e655 Fix CheckoutCommand not setting up tracking 10 years ago
  Robin Stocker f5494c186f Add isRebase to API of BranchConfig 10 years ago
  Alexey Kuznetsov a4f560551d NetRC parser and credentials provider. 10 years ago
  Kevin Sawicki d2fa3987a0 Use bitcheck to check for presence of OPT_FULL option 10 years ago
  Robin Stocker 93530625cf Enhance BranchConfig API to expose branch.* options 10 years ago
  Christian Halstrick ddbf67e058 IndexDiffFilter should never filter entries with stage!=0 10 years ago
  Robin Stocker 66909cd7a6 Fix Javadoc errors with Java 8 10 years ago
  Christian Halstrick adbf0541dc Fix API errors raised on ResolveMerger affecting API providers only 10 years ago
  Matthias Sohn efce340474 Implement RepoCommand.Project.hashCode() since we override equals() 10 years ago
  Matthias Sohn 56fdbadc76 Remove @Override annotation illegal for interfaces on Java 5 10 years ago
  Andrey Loskutov 3a161ac467 Small performance optimization for ignore rules/fnmatcher 10 years ago
  Andrey Loskutov 0307123e5a Added toString() methods for better debugging of ignore rules 10 years ago
  Maik Schreiber 7ff1e0d8f5 Fix RevertCommand to correctly revert multiple commits at once. 10 years ago
  Yuxuan 'fishy' Wang a9b9c5b324 Remove overlapping submodules from repo manifest. 10 years ago
  Yuxuan 'fishy' Wang 73d38bfb33 Strip trailing /s in repo base URI. 10 years ago
  Christian Halstrick 3b031fe3dc RecursiveMerger should not fail on content-merge conflicts of parents 10 years ago
  Christian Halstrick 289b7c60a9 Fixed message for exception thrown during recursive merge 10 years ago
  Shawn Pearce d11ca1b084 HistogramDiff: Convert stack recursion to heap managed queue 10 years ago
  Christian Halstrick 0c4553d28a Fix RecursiveMerger's internal use of merge to find a merge base 10 years ago
  Christian Halstrick cf9b01b09a Handle initial checkout correctly 10 years ago
  Konrad Kügler 48544e27ae Preserve merges during pull if configured to do so 10 years ago
  Konrad Kügler e0fbae5dc3 Rebase: Add --preserve-merges support 10 years ago
  Konrad Kügler b9a0077062 Repository.writeMergeHeads to accept a list with subtypes of ObjectId 10 years ago
  Konrad Kügler 0f679dbda5 Cherry-Pick: Support --no-commit 10 years ago
  Robin Rosenberg 89ad10ec27 Handle diff formatting when there is nothing to compare with 10 years ago
  Stefan Lay 4b2b3294b8 Allow retrying connecting SshSession in case of an exception 10 years ago
  Robin Rosenberg 78cd2bb9e0 Remove an unnecessary semicolon 10 years ago
  Robin Rosenberg 447fd6a948 Remove an unnecessary $NON-NLS$ comment 10 years ago
  Dave Borowitz 7eb0b702fd Don't set REWRITE flag unless parent rewriting is requested 10 years ago
  Dave Borowitz eb69cef35c Rename RewriteTreeFilter to TreeRevFilter and make it public 10 years ago
  Matthias Sohn 2a562b94d6 Add missing javadoc and since tag for RepoCommand.readFileFromRepo() 10 years ago
  Yuxuan 'fishy' Wang afa2154e45 Refactor DefaultRemoteReader for easier code reuse 10 years ago
  Robin Rosenberg 79004dd42a Add missing @since to RepoCommand.setInputStream 10 years ago
  Yuxuan 'fishy' Wang acd7ed5269 Added setInputStream to RepoCommand. 10 years ago
  Anton Bannykh f4943de29b Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols. 10 years ago
  Robin Rosenberg dc66469e11 LsRemoteCommand - internal execute need not be protected 10 years ago
  Yuxuan 'fishy' Wang 39001eacc1 Better way to handle relative URLs in manifest XML 10 years ago
  Hugo Arès d439c8dfe5 Fix DeltaTask infinite loop 10 years ago
  Jonathan Nieder 9b46a47fb7 blame: Un-break isFile check in tree walk 10 years ago
  Robin Rosenberg 9e7fa6dd33 Make JavaDoc validator happy by declaring GitAPIException on callAsMap 10 years ago
  Rüdiger Herrmann 02baeab4c4 Enable NLS / TranslationBundle to be used in OSGi 10 years ago
  Dani Megert 0b9bef49f4 Remove unused import 10 years ago
  Yuxuan 'fishy' Wang eb98ebcc27 Unit test for the updating behavior in RepoCommand API. 10 years ago
  Matthias Sohn f80b41fbc1 Fix authentication type names broken by 0b5441a8 10 years ago
  Yuxuan 'fishy' Wang 30cd891a48 Adds a callAsMap() function to LsRemoteCommand. 10 years ago
  Andreas Hermann 44f81d956b Allow to include untracked files in stash operations. 10 years ago