1. 19 8月, 2019 3 次提交
  2. 23 7月, 2019 3 次提交
  3. 19 7月, 2019 4 次提交
  4. 10 7月, 2019 2 次提交
  5. 08 7月, 2019 1 次提交
    • M
      [pull-request] Improve push target detection for `push.default=upstream` · 18d72a0e
      Mislav Marohnić 提交于
      When `git config push.default` is "upstream" or "tracking", but the
      current branch is pushed to a remote without having upstream
      configuration set up (for example, via `git push <REMOTE> HEAD` without
      `-u`), this change makes it so that the remote tracking branch (the push
      target) is still discovered via the same mechanism as if `push.default`
      wasn't set (i.e. iterating through all the remotes).
      18d72a0e
  6. 02 7月, 2019 1 次提交
  7. 29 6月, 2019 4 次提交
  8. 26 6月, 2019 1 次提交
  9. 25 6月, 2019 2 次提交
  10. 17 6月, 2019 2 次提交
  11. 16 6月, 2019 1 次提交
    • E
      build: pass mod vendoring flag on newer versions of go · 7d915e23
      Eli Schwartz 提交于
      When go autodetects that it is being run as a go mod, and that there is
      a vendor directory, it will still try to redownload all sources over the
      network, unless you use -mod=vendor to tell it to use that. Additionally,
      when using -mod=vendor the compiler will nicely avoid messing with
      $GOPATH at all, since it can operate in a completely self-contained
      manner.
      
      Take advantage of this, when the detected go version is at least 1.11
      (when the -mod flag was introduced).
      7d915e23
  12. 15 6月, 2019 12 次提交
  13. 14 6月, 2019 4 次提交