1. 23 11月, 2012 7 次提交
  2. 22 11月, 2012 3 次提交
  3. 07 11月, 2012 3 次提交
  4. 06 11月, 2012 5 次提交
  5. 10 10月, 2012 3 次提交
    • M
      disable `abort` and `exit` in the main test process · 7939de4d
      Mislav Marohnić 提交于
      This ensures that a Hub command can't accidentally kill tests.
      7939de4d
    • M
      read remotes URLs with `remote -v` instead of git-config · 595b53c3
      Mislav Marohnić 提交于
      When reading config, "insteadOf" substitution rules aren't applied.
      Using `git remote -v` is better because it reports the URLs that would
      actually be used by git.
      
      This reverts the feature that supports detecting the GitHub URL among
      multiple others made for #59. If you have multiple URLs configured for
      the same remote, put the GitHub one first and you'll be fine.
      
      Fixes #241
      595b53c3
    • M
      abandon the nasty JSON hack for Sinatra responses · 7ab0d27f
      Mislav Marohnić 提交于
      I tried to hack Sinatra to automatically serialize non-string response
      bodies as JSON, but this is not straightforward due to sinatra/sinatra#512
      and doesn't really work in a whole lot of edge-cases.
      
      Introduced a simple `json` helper and now using that instead of `body`.
      7ab0d27f
  6. 29 9月, 2012 1 次提交
  7. 24 7月, 2012 1 次提交
  8. 20 7月, 2012 6 次提交
  9. 19 7月, 2012 6 次提交
  10. 16 7月, 2012 3 次提交
  11. 29 5月, 2012 2 次提交