1. 07 7月, 2018 1 次提交
  2. 08 6月, 2018 1 次提交
  3. 19 3月, 2018 1 次提交
  4. 06 9月, 2017 1 次提交
  5. 12 9月, 2016 1 次提交
  6. 21 8月, 2016 2 次提交
  7. 24 1月, 2016 2 次提交
    • M
      List hub commands in main man page · 29a83e69
      Mislav Marohnić 提交于
      29a83e69
    • M
      Delete hub examples and configuration docs from the README · a04be036
      Mislav Marohnić 提交于
      Man pages should be the canonical source of hub documentation. People
      should use `man help hub` instead of viewing the README, which might not
      even correspond to the version they have installed.
      
      This ends the confusing man page build system in which parts of the
      README are injected into `hub.1.ronn` source file, deletes the Rakefile
      and removes rake from gem bundle.
      
      The examples are deleted because they are now inlined with individual
      command documentation. So did the documentation for all hub commands get
      deleted from main man page in favor of individual man pages.
      
      However, this makes main man page have absolutely no listing of which
      commands are available. This will get addressed as we go forward.
      a04be036
  8. 27 9月, 2015 3 次提交
  9. 07 8月, 2015 1 次提交
  10. 14 5月, 2015 1 次提交
  11. 07 4月, 2015 1 次提交
  12. 08 1月, 2015 1 次提交
  13. 30 10月, 2014 1 次提交
  14. 28 10月, 2014 1 次提交
  15. 27 2月, 2014 1 次提交
  16. 22 12月, 2013 2 次提交
    • M
      Enable cloning private repos · b2fd8dfd
      Mislav Marohnić 提交于
      Since cloning of private repos over `git:` protocol is not possible,
      users were required to manually add the `-p` flag to trigger cloning
      over the `ssh:` protocol.
      
      Now, use the GitHub API to obtain information about the repo to be
      cloned, and automatically use the `ssh:` protocol if the repo is private
      or if the current user has push access to that repo.
      
      Fixes #212, fixes #213
      b2fd8dfd
    • M
      Deprecate converting issue to pull-request · 4f70dd12
      Mislav Marohnić 提交于
      This feature is likely to get dropped from GitHub API in the near
      future. The alternative is to simply create a new pull-request and
      reference the original issue in the description.
      4f70dd12
  17. 14 12月, 2013 1 次提交
  18. 29 10月, 2013 1 次提交
  19. 10 7月, 2013 1 次提交
  20. 21 6月, 2013 1 次提交
  21. 13 5月, 2013 1 次提交
    • M
      enable passing in `pull-request` title & body · 37accd47
      Mislav Marohnić 提交于
      Emulates the interface of `git commit`:
      
        $ hub pull-request -m "This is my title"
        $ hub pull-request -F /path/to/message.txt
        $ hub pull-request -F -
      
      The old way of passing in just title is deprecated
      
        $ hub pull-request "Deprecated title"
      
      Fixes #183
      37accd47
  22. 27 4月, 2013 1 次提交
  23. 23 11月, 2012 1 次提交
  24. 07 5月, 2012 2 次提交
  25. 05 5月, 2012 1 次提交
  26. 21 3月, 2012 1 次提交
  27. 20 3月, 2012 1 次提交
  28. 03 1月, 2012 2 次提交
  29. 24 11月, 2011 5 次提交