1. 24 1月, 2016 3 次提交
    • 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
    • M
      d5aa9039
    • M
      Suggest that Go 1.5.3 or higher is required · 3281cfb6
      Mislav Marohnić 提交于
      3281cfb6
  2. 14 10月, 2015 1 次提交
  3. 28 9月, 2015 1 次提交
  4. 29 7月, 2015 1 次提交
  5. 22 5月, 2015 1 次提交
  6. 16 2月, 2015 1 次提交
  7. 23 1月, 2015 1 次提交
  8. 13 12月, 2014 1 次提交
  9. 09 12月, 2014 1 次提交
  10. 01 12月, 2014 1 次提交
  11. 30 10月, 2014 2 次提交
    • J
      95f1a37f
    • R
      Add example for issue number · 8b2ea764
      Richard Littauer 提交于
      Technically, anything in the third argument is passes as a string, so you can look at any file if you know the hash (for instance, `blob/HASH/app/index.js`. However, having the issue number passed seems to me to be something really useful to my workflow, so I was hoping to find something in the documentation about it. 
      
      Another possibility would be to enable a fourth argument for issue number. I'm happy to do a PR for this if something things it might be of more worth than just this edit.
      8b2ea764
  12. 29 10月, 2014 1 次提交
  13. 28 10月, 2014 1 次提交
  14. 21 10月, 2014 2 次提交
  15. 30 7月, 2014 1 次提交
  16. 12 3月, 2014 1 次提交
  17. 22 12月, 2013 3 次提交
  18. 22 11月, 2013 1 次提交
  19. 15 10月, 2013 1 次提交
  20. 03 10月, 2013 1 次提交
  21. 14 8月, 2013 1 次提交
  22. 13 7月, 2013 1 次提交
  23. 10 7月, 2013 1 次提交
  24. 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
  25. 27 4月, 2013 1 次提交
  26. 07 2月, 2013 1 次提交
  27. 20 1月, 2013 1 次提交
  28. 29 12月, 2012 1 次提交
  29. 23 11月, 2012 1 次提交
  30. 20 7月, 2012 1 次提交
  31. 07 5月, 2012 2 次提交
  32. 05 5月, 2012 1 次提交
  33. 21 3月, 2012 1 次提交