1. 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
  2. 04 10月, 2017 2 次提交
  3. 28 9月, 2017 1 次提交
  4. 20 9月, 2017 1 次提交
  5. 12 9月, 2017 1 次提交
  6. 04 9月, 2017 2 次提交
  7. 02 9月, 2017 1 次提交
  8. 15 8月, 2017 4 次提交
  9. 10 8月, 2017 1 次提交
  10. 12 7月, 2017 2 次提交
  11. 03 7月, 2017 1 次提交
  12. 29 6月, 2017 1 次提交
  13. 27 6月, 2017 1 次提交
  14. 26 6月, 2017 1 次提交
  15. 23 6月, 2017 1 次提交
  16. 21 6月, 2017 1 次提交
  17. 15 6月, 2017 1 次提交
  18. 14 6月, 2017 1 次提交
  19. 26 5月, 2017 2 次提交
  20. 21 5月, 2017 2 次提交
  21. 11 5月, 2017 1 次提交
  22. 07 5月, 2017 1 次提交
    • S
      Fix staging lines to not corrupt line endings when autocrlf is enabled · b3380142
      Samuel Harrington 提交于
      Pass the --path argument to git hash-object so that filters are correctly applied when staging lines. This prevents lines with crlf from being added to files that have autocrlf=true. Old versions of git can complain quite a bit if you get into this state.
      
      From: https://git-scm.com/docs/git-hash-object
      
      ```
      --path
      
          Hash object as it were located at the given path. The location of file does not directly influence on the hash value, but path is used to determine what Git filters should be applied to the object before it can be placed to the object database, and, as result of applying filters, the actual blob put into the object database may differ from the given file. This option is mainly useful for hashing temporary files located outside of the working directory or files read from stdin.
      ```
      b3380142
  23. 06 5月, 2017 1 次提交
  24. 04 5月, 2017 1 次提交
  25. 01 5月, 2017 1 次提交
  26. 26 4月, 2017 2 次提交
  27. 25 4月, 2017 1 次提交
  28. 24 4月, 2017 2 次提交
  29. 19 4月, 2017 1 次提交