440 次代码提交 (stable-3.5)

作者 SHA1 备注 提交日期
  Robin Rosenberg 1bb72eb758 Fix warning about missing serialVersionUID 10 年前
  Robin Rosenberg 2f6372337c Rename local variables/parameters to remove warnings about hiding 10 年前
  Robin Rosenberg 0bc98f17b2 Eliminate warnings for non-nls strings that will never be translated 10 年前
  Axel Richard 46f3007b52 Handle -m option for Merge command 9 年前
  Robin Stocker 4bdd0037aa Add toString to Git with repository path 9 年前
  Robin Stocker 544f65e655 Fix CheckoutCommand not setting up tracking 9 年前
  Robin Stocker 66909cd7a6 Fix Javadoc errors with Java 8 10 年前
  Maik Schreiber 7ff1e0d8f5 Fix RevertCommand to correctly revert multiple commits at once. 10 年前
  Konrad Kügler 48544e27ae Preserve merges during pull if configured to do so 10 年前
  Konrad Kügler e0fbae5dc3 Rebase: Add --preserve-merges support 10 年前
  Konrad Kügler 0f679dbda5 Cherry-Pick: Support --no-commit 10 年前
  Robin Rosenberg 78cd2bb9e0 Remove an unnecessary semicolon 10 年前
  Robin Rosenberg dc66469e11 LsRemoteCommand - internal execute need not be protected 10 年前
  Robin Rosenberg 9e7fa6dd33 Make JavaDoc validator happy by declaring GitAPIException on callAsMap 10 年前
  Yuxuan 'fishy' Wang 30cd891a48 Adds a callAsMap() function to LsRemoteCommand. 10 年前
  Andreas Hermann 44f81d956b Allow to include untracked files in stash operations. 10 年前
  Matthias Sohn 18fdb5684f Add missing since tags 10 年前
  Konrad Kügler b84057ad62 Cherry-Pick: Support --mainline to pick merges 10 年前
  Konrad Kügler 1350d27e90 Rebase: Write an empty "quiet" file to make C Git happy 10 年前
  Shaul Zorea 17604c77a8 Archive: Add the ability to select one or more paths. 10 年前
  Christian Halstrick 292cfab10d Fix wrong Exception messages 10 年前
  Laurent Goubet 7424d58255 Allow callers to use different merging strategies 10 年前
  Robin Rosenberg 36f58ef867 Fix ArrayIndexOutOfBoundsException in CreateBranchCommand 10 年前
  Jonathan Nieder d5110c32f9 Allow ArchiveCommand.registerFormat to be called twice 10 年前
  Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 10 年前
  Stefan Lay e56d50a94b Interactive rebase: Fix order of commit messages on squash 10 年前
  Stefan Lay 6995069464 Fix missing NON-NLS tag in RebaseCommand 10 年前
  Dave Borowitz 27473d8e66 Fix NameRevCommand when repo has no annotated tags 10 年前
  Konrad Kügler efd91ef8a7 Take core.autocrlf into account for blame annotations 10 年前
  Robin Rosenberg f3cf8fae76 Remove a redundant semi-colon 10 年前
  Matthias Sohn 0401d3eb47 Fix some wrong @since 3.3 tags which should be @since 3.4 10 年前
  Matthias Sohn 1eae309723 Allow programmatic remote configuration for PullCommand 10 年前
  Konrad Kügler 48e36d8cb3 Use branch.<x>.mergeoptions and merge.ff as defaults for merging 10 年前
  Konrad Kügler 420cb50cc2 Use fetch.prune and remote.<name>.prune to set prune mode when fetching 10 年前
  Robin Rosenberg 078a9f6066 Add symlink support to JGit 11 年前
  Matthias Sohn b9a06212e1 Add missing @since tags 10 年前
  SATO taichi 2f425cf30c Add git checkout --orphan implementation 10 年前
  Stefan Lay 3db6e05e52 Fix fast forward rebase with rebase.autostash=true 10 年前
  Robin Stocker c096b42e3e Add setContains to ListBranchCommand (branch --contains) 10 年前
  Robin Rosenberg 4ceb25b602 Tag som non-localizable strings with NON-NLS 10 年前
  Jonathan Nieder 8a4cf2e0f8 archive: Use an empty directory for submodules 10 年前
  Jonathan Nieder 2ecc27db92 archive: Include entries for directories 10 年前
  Jonathan Nieder f2abbd0ea9 archive: Prepend a specified prefix to all entry filenames 10 年前
  Stefan Lay e90438c0e8 Fix aborting rebase with detached head 10 年前
  Stefan Lay f86a488e32 Implement rebase.autostash 10 年前
  Robin Stocker 7dc8a4f089 Fix exception on conflicts with recursive merge 10 年前
  Stefan Lay 591998c2d6 Do not allow non-ff-rebase if there are uncommitted changes 10 年前
  Stefan Lay dcd0dd4d9e Fix applying stash on other commit 10 年前
  Stefan Lay ec0d78d093 Use static factory methods instead of overloaded constructors 10 年前
  Stefan Lay 8339a07e83 Fix FIXUP error for blank lines in interactive rebase 10 年前