1. 17 4月, 2020 1 次提交
  2. 14 4月, 2020 1 次提交
  3. 21 3月, 2020 1 次提交
  4. 26 6月, 2019 1 次提交
  5. 17 1月, 2019 1 次提交
  6. 01 9月, 2018 1 次提交
  7. 23 8月, 2018 1 次提交
  8. 08 11月, 2017 1 次提交
  9. 10 8月, 2016 1 次提交
  10. 24 1月, 2016 2 次提交
  11. 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
  12. 20 1月, 2016 1 次提交
  13. 11 1月, 2016 1 次提交
  14. 28 9月, 2015 1 次提交
  15. 15 9月, 2014 1 次提交
    • J
      Refactor to `configService` to read & write `Config` · b3d5be4d
      Jingwen Owen Ou 提交于
      `configService` can save and load `Config` using a strategy of `configEncoder` and `configDecoder`. This pave the path for swapping out `tomlConfigEncoder` and `tomlConfigDecoder` with `yamlConfigEncoder` and `yamlConfigDecoder`.
      
      `Configs` also has been renamed to `Config`.
      b3d5be4d
  16. 26 7月, 2014 1 次提交
  17. 08 4月, 2014 1 次提交
  18. 28 3月, 2014 1 次提交
    • J
      Return error when prompting for host. · f054bdf5
      Jingwen Owen Ou 提交于
      This'll make sure we propagate error to the caller where we can reformat
      the error message within the context.
      
      This fixes `features/authentication.feature:85`
      f054bdf5
  19. 26 3月, 2014 2 次提交
  20. 10 3月, 2014 2 次提交
  21. 11 2月, 2014 1 次提交
  22. 30 12月, 2013 1 次提交
  23. 15 12月, 2013 1 次提交
  24. 11 12月, 2013 2 次提交
  25. 20 7月, 2013 1 次提交
  26. 19 7月, 2013 5 次提交
  27. 06 7月, 2013 1 次提交
  28. 05 7月, 2013 1 次提交
  29. 03 7月, 2013 1 次提交
  30. 02 7月, 2013 3 次提交