1. 12 3月, 2014 1 次提交
  2. 22 12月, 2013 3 次提交
  3. 22 11月, 2013 1 次提交
  4. 15 10月, 2013 1 次提交
  5. 03 10月, 2013 1 次提交
  6. 14 8月, 2013 1 次提交
  7. 13 7月, 2013 1 次提交
  8. 10 7月, 2013 1 次提交
  9. 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
  10. 27 4月, 2013 1 次提交
  11. 07 2月, 2013 1 次提交
  12. 20 1月, 2013 1 次提交
  13. 29 12月, 2012 1 次提交
  14. 23 11月, 2012 1 次提交
  15. 20 7月, 2012 1 次提交
  16. 07 5月, 2012 2 次提交
  17. 05 5月, 2012 1 次提交
  18. 21 3月, 2012 3 次提交
  19. 29 1月, 2012 1 次提交
  20. 21 12月, 2011 1 次提交
  21. 24 11月, 2011 4 次提交
  22. 27 10月, 2011 2 次提交
  23. 24 10月, 2011 3 次提交
  24. 20 10月, 2011 1 次提交
  25. 19 10月, 2011 3 次提交
  26. 13 6月, 2011 1 次提交
    • M
      replace two dots (`sha1..sha2`) with three in the `compare` command · 670c984e
      Mislav Marohnić 提交于
      GitHub doesn't support ranges with two dots, only three. With these two
      being equivalent in case of linear history, it's generally safe to convert
      the range pasted on the command-line to three dots. This is to avoid
      confusion where GitHub would display a 404 page otherwise.
      
      See "specifying ranges" in the `git-rev-parse` man page.
      
      closes #80
      670c984e
  27. 27 4月, 2011 1 次提交