1. 21 8月, 2016 1 次提交
  2. 31 1月, 2016 1 次提交
  3. 22 1月, 2016 1 次提交
    • M
      Improve detecting local clone resources · c3ddec32
      Mislav Marohnić 提交于
      In `hub clone NAME`, "NAME" was previously considered a local resource
      if a directory of the same name existed, and the clone command was left
      unchanged.
      
      That worked for a while, but some users were surprised that they
      couldn't clone their repo named "NAME", only to discover that there was
      an unrelated directory "NAME" in the current working directory.
      
      Also, a git bundle is a valid cloneable resource, but is a file and not
      a directory.
      
      This refines the detection of cloneable resources. "NAME" is considered
      to be locally cloneable if one of the following is true:
      
      - "NAME/.git" exists
      - "NAME" is a bare git repo
      - "NAME" is a file whose first line includes "git bundle"
      c3ddec32
  4. 23 2月, 2015 1 次提交
    • M
      Avoid using "label" field when parsing PR response · 9ecd8404
      Mislav Marohnić 提交于
      To obtain the owner/fork-name combo, instead of reading it from "label"
      field from the PR response simply read from `Head.Ref` and
      `Head.Repo.Owner.Name` instead. This is because label is meant to be
      human-readable, isn't well-documented in GitHub API docs and is unclear
      when it contains two components (delimited by `:`) and when it contains
      only one.
      9ecd8404
  5. 13 2月, 2015 1 次提交
  6. 01 12月, 2014 1 次提交
  7. 28 7月, 2014 1 次提交
  8. 21 4月, 2014 1 次提交
  9. 20 4月, 2014 1 次提交
  10. 02 4月, 2014 1 次提交
  11. 22 2月, 2014 1 次提交
  12. 11 2月, 2014 1 次提交
  13. 01 1月, 2014 1 次提交
  14. 31 12月, 2013 1 次提交
  15. 28 12月, 2013 1 次提交
  16. 21 12月, 2013 1 次提交
  17. 16 12月, 2013 1 次提交
  18. 11 12月, 2013 2 次提交
  19. 04 12月, 2013 1 次提交
  20. 08 11月, 2013 2 次提交
  21. 30 7月, 2013 1 次提交
  22. 20 7月, 2013 2 次提交
  23. 19 7月, 2013 1 次提交
  24. 11 7月, 2013 1 次提交
  25. 10 7月, 2013 1 次提交
  26. 06 7月, 2013 1 次提交
  27. 03 7月, 2013 2 次提交
  28. 02 7月, 2013 1 次提交
  29. 29 6月, 2013 1 次提交
  30. 18 6月, 2013 1 次提交
  31. 03 6月, 2013 1 次提交