454 Commits (stable-3.6)

Author SHA1 Message Date
  Robin Stocker 544f65e655 Fix CheckoutCommand not setting up tracking 10 years ago
  Robin Stocker 66909cd7a6 Fix Javadoc errors with Java 8 10 years ago
  Maik Schreiber 7ff1e0d8f5 Fix RevertCommand to correctly revert multiple commits at once. 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 0f679dbda5 Cherry-Pick: Support --no-commit 10 years ago
  Robin Rosenberg 78cd2bb9e0 Remove an unnecessary semicolon 10 years ago
  Robin Rosenberg dc66469e11 LsRemoteCommand - internal execute need not be protected 10 years ago
  Robin Rosenberg 9e7fa6dd33 Make JavaDoc validator happy by declaring GitAPIException on callAsMap 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
  Matthias Sohn 18fdb5684f Add missing since tags 10 years ago
  Konrad Kügler b84057ad62 Cherry-Pick: Support --mainline to pick merges 10 years ago
  Konrad Kügler 1350d27e90 Rebase: Write an empty "quiet" file to make C Git happy 10 years ago
  Shaul Zorea 17604c77a8 Archive: Add the ability to select one or more paths. 10 years ago
  Christian Halstrick 292cfab10d Fix wrong Exception messages 10 years ago
  Laurent Goubet 7424d58255 Allow callers to use different merging strategies 10 years ago
  Robin Rosenberg 36f58ef867 Fix ArrayIndexOutOfBoundsException in CreateBranchCommand 10 years ago
  Jonathan Nieder d5110c32f9 Allow ArchiveCommand.registerFormat to be called twice 10 years ago
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 years ago
  Stefan Lay e56d50a94b Interactive rebase: Fix order of commit messages on squash 10 years ago
  Stefan Lay 6995069464 Fix missing NON-NLS tag in RebaseCommand 10 years ago
  Dave Borowitz 27473d8e66 Fix NameRevCommand when repo has no annotated tags 10 years ago
  Konrad Kügler efd91ef8a7 Take core.autocrlf into account for blame annotations 10 years ago
  Robin Rosenberg f3cf8fae76 Remove a redundant semi-colon 10 years ago
  Matthias Sohn 0401d3eb47 Fix some wrong @since 3.3 tags which should be @since 3.4 10 years ago
  Matthias Sohn 1eae309723 Allow programmatic remote configuration for PullCommand 10 years ago
  Konrad Kügler 48e36d8cb3 Use branch.<x>.mergeoptions and merge.ff as defaults for merging 10 years ago
  Konrad Kügler 420cb50cc2 Use fetch.prune and remote.<name>.prune to set prune mode when fetching 10 years ago
  Robin Rosenberg 078a9f6066 Add symlink support to JGit 11 years ago
  Matthias Sohn b9a06212e1 Add missing @since tags 10 years ago
  SATO taichi 2f425cf30c Add git checkout --orphan implementation 10 years ago
  Stefan Lay 3db6e05e52 Fix fast forward rebase with rebase.autostash=true 10 years ago
  Robin Stocker c096b42e3e Add setContains to ListBranchCommand (branch --contains) 10 years ago
  Robin Rosenberg 4ceb25b602 Tag som non-localizable strings with NON-NLS 10 years ago
  Jonathan Nieder 8a4cf2e0f8 archive: Use an empty directory for submodules 10 years ago
  Jonathan Nieder 2ecc27db92 archive: Include entries for directories 10 years ago
  Jonathan Nieder f2abbd0ea9 archive: Prepend a specified prefix to all entry filenames 10 years ago
  Stefan Lay e90438c0e8 Fix aborting rebase with detached head 10 years ago
  Stefan Lay f86a488e32 Implement rebase.autostash 10 years ago
  Robin Stocker 7dc8a4f089 Fix exception on conflicts with recursive merge 10 years ago
  Stefan Lay 591998c2d6 Do not allow non-ff-rebase if there are uncommitted changes 10 years ago
  Stefan Lay dcd0dd4d9e Fix applying stash on other commit 10 years ago
  Stefan Lay ec0d78d093 Use static factory methods instead of overloaded constructors 10 years ago
  Stefan Lay 8339a07e83 Fix FIXUP error for blank lines in interactive rebase 10 years ago
  Christian Halstrick 7dce16018e Add close() method to API 10 years ago
  Robin Stocker 97b8115be4 Document that path parameters should use '/' as separator 10 years ago
  Matthias Sohn 7cae388118 Add missing @since tags 10 years ago
  Stefan Lay 979e346711 Interactive Rebase: Do actions if there were conflicts 10 years ago
  Stefan Lay 18069ffe8c Rebase interactive should finish if last step is edit 10 years ago