1. 21 8月, 2019 11 次提交
  2. 20 8月, 2019 7 次提交
  3. 19 8月, 2019 6 次提交
  4. 14 8月, 2019 1 次提交
  5. 04 8月, 2019 2 次提交
  6. 23 7月, 2019 4 次提交
  7. 19 7月, 2019 4 次提交
  8. 10 7月, 2019 2 次提交
  9. 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
  10. 02 7月, 2019 1 次提交
  11. 29 6月, 2019 1 次提交