1. 11 8月, 2020 1 次提交
  2. 17 4月, 2020 1 次提交
  3. 14 4月, 2020 1 次提交
  4. 13 4月, 2020 1 次提交
  5. 03 4月, 2020 1 次提交
  6. 21 1月, 2020 1 次提交
  7. 20 1月, 2020 1 次提交
  8. 10 12月, 2019 1 次提交
  9. 23 7月, 2019 1 次提交
  10. 29 6月, 2019 1 次提交
  11. 15 6月, 2019 1 次提交
  12. 18 2月, 2019 1 次提交
  13. 13 2月, 2019 1 次提交
  14. 07 2月, 2019 1 次提交
  15. 25 1月, 2019 1 次提交
  16. 24 1月, 2019 1 次提交
    • M
      Crash reporter improvements · c4d18388
      Mislav Marohnić 提交于
      - print error output on stderr instead of stdout
      - only prompt to open an issue if connected to terminal
      - get rid of "always" option in the prompt
      - empty response to the prompt is interpreted as a "no"
      c4d18388
  17. 18 1月, 2019 1 次提交
  18. 17 1月, 2019 2 次提交
  19. 03 1月, 2019 3 次提交
  20. 28 12月, 2018 2 次提交
  21. 29 10月, 2018 1 次提交
  22. 16 8月, 2016 1 次提交
  23. 28 2月, 2016 1 次提交
    • M
      Infer project name from git workdir root name instead of PWD · 0d3617fd
      Mislav Marohnić 提交于
      The `create` and `remote` commands needs to infer the current project
      name from the project's directory. Instead of using the current working
      directory, which doesn't necessarily match the project's toplevel
      directory, use `git rev-parse --show-toplevel` which also respects the
      `-C` global flag setting.
      
      Fixes #1105, closes #1114
      0d3617fd
  24. 03 2月, 2016 1 次提交
  25. 24 1月, 2016 1 次提交
    • M
      Change `hub help` to display man pages when available · 21089ec0
      Mislav Marohnić 提交于
      Instead of displaying plain text help, `hub help <command>` will now
      search for man pages to display.
      
      * If `man` is available, hub first tries to locate the local
        `../man/hub-<command>.1` file relative to the `hub` executable. If
        found, open it with `man`. If not, execute `man 1 hub-<command>`.
      
      * Otherwise, resort to displaying plain text help.
      21089ec0
  26. 20 1月, 2016 1 次提交
  27. 21 2月, 2015 1 次提交
    • J
      Extract logic of printing out to console · 177640db
      Jingwen Owen Ou 提交于
      Introduce a `console` package which encapsulates logic of printing out
      to console. This provides flexibility of discarding output in tests.
      It also allows us to unify format of printing to console (if we want to).
      
      This fixes #801.
      177640db
  28. 01 12月, 2014 1 次提交
  29. 22 2月, 2014 1 次提交
  30. 08 1月, 2014 1 次提交
  31. 05 1月, 2014 2 次提交
  32. 21 12月, 2013 3 次提交
  33. 20 12月, 2013 1 次提交