1. 10 4月, 2018 3 次提交
  2. 28 3月, 2018 1 次提交
  3. 27 3月, 2018 1 次提交
  4. 20 3月, 2018 1 次提交
  5. 03 3月, 2018 1 次提交
  6. 23 2月, 2018 1 次提交
  7. 22 2月, 2018 2 次提交
  8. 09 2月, 2018 2 次提交
  9. 15 12月, 2017 1 次提交
  10. 14 12月, 2017 2 次提交
  11. 13 12月, 2017 2 次提交
  12. 12 12月, 2017 1 次提交
  13. 07 12月, 2017 1 次提交
  14. 05 12月, 2017 1 次提交
  15. 17 11月, 2017 2 次提交
  16. 11 11月, 2017 1 次提交
  17. 10 11月, 2017 3 次提交
  18. 08 11月, 2017 1 次提交
  19. 07 11月, 2017 1 次提交
  20. 26 10月, 2017 1 次提交
    • K
      git: Include GitErrorData in GitError.toString · 16089481
      Keegan Carruthers-Smith 提交于
      We are passing `GitErrorData` to `JSON.stringify` to include in the string
      generated by `GitError.toString`. However, we set `replacer` to `[]`, which
      means `JSON.stringify` will _always_ serialize to `{ }`. After this change
      GitError messages should be more understandable, and not just say `Failed to
      execute git`.
      16089481
  21. 17 10月, 2017 1 次提交
  22. 16 10月, 2017 1 次提交
  23. 13 10月, 2017 1 次提交
  24. 10 10月, 2017 2 次提交
    • J
      remove unused variable · dfc3c944
      Joao Moreno 提交于
      dfc3c944
    • B
      disable lookup for GitHub's version of Git · b1407a87
      Brendan Forster 提交于
      If the classic GitHub for Windows (creatively named github.exe) is installed alongside the new GitHub Desktop (which installs a github.bat file to PATH), we can get into the situation where Code can ask the GUI to authenticate for a private repository, which it doesn't understand.
      b1407a87
  25. 04 10月, 2017 2 次提交
  26. 28 9月, 2017 1 次提交
  27. 20 9月, 2017 2 次提交
  28. 12 9月, 2017 1 次提交