1. 03 9月, 2017 1 次提交
  2. 10 7月, 2017 1 次提交
  3. 08 7月, 2017 2 次提交
  4. 28 6月, 2017 1 次提交
  5. 27 6月, 2017 8 次提交
  6. 26 6月, 2017 2 次提交
  7. 24 6月, 2017 2 次提交
  8. 22 6月, 2017 1 次提交
  9. 21 6月, 2017 2 次提交
  10. 18 5月, 2017 1 次提交
  11. 17 5月, 2017 4 次提交
  12. 15 5月, 2017 2 次提交
  13. 11 5月, 2017 3 次提交
    • M
      Merge pull request #1472 from eljobe/fix/bash-completion-test · b1300682
      Mislav Marohnić 提交于
      Fix bash completion test on MacOS X
      b1300682
    • P
      Update Travis to use Go 1.8.1 · 97dade59
      Pepper Lebeck-Jobe 提交于
      The previous commit created the requirement that hub be built and
      tested with no earlier a version of go than 1.8.
      97dade59
    • P
      Upgrade to Go 1.8 · 71fa8dad
      Pepper Lebeck-Jobe 提交于
      The only thing that has substansively changed is that Go 1.8 handles
      redirect logic more safely than previous versions. This means we can
      drop our special handling to avoid following redirects to other
      domains. We were only doing that to protect against the possibility
      of leaking auth headers. With Go 1.8, the auth headers are not
      forwarded when following a redirect to another domain, so we don't
      need our special handling any more.
      
      As long as people are attempting to build with the Makefile, the new
      check_go_version script should cause the build to stop if our
      collaborators aren't using at least version 1.8 of go.
      71fa8dad
  14. 09 5月, 2017 5 次提交
    • M
      Merge pull request #1471 from eljobe/fix/fish-completion-test · 6d695a80
      Mislav Marohnić 提交于
      Allow the unsorted expansion for the fish shell
      6d695a80
    • P
      Remove unneeded assignment · 3b04080f
      Pepper Lebeck-Jobe 提交于
      The useless assignment was causing the cucumber test suite to fail
      even when the completion scenarios were skipped.
      3b04080f
    • P
      Fix bash completion test on MacOS X · 078583db
      Pepper Lebeck-Jobe 提交于
      However my git installation was run, it installed the
      git-completion.{bash,zsh} scripts under
      "${GIT_PREFIX}/contrib/completion/" instead of any of the paths that
      this test case was expecting.
      
      To make matters worse, the only way to know that this was the problem
      was that each scenaro failed with a message about timing out while
      waiting for completion to happen in tmux. Just in case there are
      other paths out there where the git-distributed completion scripts
      may live, I've also added some detection logic to raise an exception
      during the "Given" clause of the scenario if we cannot find the
      git-distributed bash completion scripts in any of the places we're
      looking for them. This would have made it a lot easier to diagonse
      the failures.
      078583db
    • P
      Allow the unsorted expansion for the fish shell · 2591ca45
      Pepper Lebeck-Jobe 提交于
      Before this change, the `pu` would sometimes expand to `pull
      pull-request push` if the order isn't important, we should take this
      fix.
      
      However, if the order is important, we should probably switch the
      expectation such that the options are presented alphabetically as
      observed.
      2591ca45
    • P
      Remove trailing slashes from the $TMPDIR variable. · 1758a6f1
      Pepper Lebeck-Jobe 提交于
      This is helpful for when TMPDIR already has a trailing slash. We can't
      be sure that it will on all operating systems, but this will remove it
      if it is there.
      1758a6f1
  15. 25 4月, 2017 2 次提交
  16. 24 4月, 2017 3 次提交