1. 04 11月, 2020 2 次提交
  2. 26 10月, 2020 1 次提交
  3. 23 10月, 2020 1 次提交
  4. 22 10月, 2020 1 次提交
    • J
      Add Git: Clone Recursively option · 3082f635
      Jordan Bayles 提交于
      This patch adds a new command, Git: Clone Recursively, that adds the
      --recursive option to git clone in order to also check out git
      submodules.
      
      Bug: 108381
      3082f635
  5. 19 10月, 2020 1 次提交
  6. 16 10月, 2020 1 次提交
  7. 12 10月, 2020 1 次提交
  8. 17 9月, 2020 2 次提交
  9. 10 9月, 2020 2 次提交
  10. 15 7月, 2020 1 次提交
  11. 10 7月, 2020 1 次提交
  12. 06 7月, 2020 1 次提交
  13. 26 6月, 2020 1 次提交
  14. 18 6月, 2020 1 次提交
  15. 11 6月, 2020 2 次提交
  16. 10 6月, 2020 1 次提交
  17. 27 5月, 2020 1 次提交
  18. 24 5月, 2020 1 次提交
  19. 14 5月, 2020 1 次提交
  20. 13 5月, 2020 1 次提交
  21. 07 5月, 2020 1 次提交
  22. 25 4月, 2020 1 次提交
  23. 23 4月, 2020 1 次提交
  24. 20 4月, 2020 2 次提交
  25. 16 4月, 2020 1 次提交
  26. 11 4月, 2020 1 次提交
  27. 26 3月, 2020 1 次提交
  28. 25 3月, 2020 1 次提交
    • E
      Fixes #91548 - git 2.25+ network drive issue · 68e7b61f
      Eric Amodio 提交于
      On Git 2.25+ if you call rev-parse --show-toplevel on a mapped drive, instead of getting the mapped drive path back, you get the UNC path for the mapped drive.
      
      So we will try to normalize it back to the mapped drive path if possible
      68e7b61f
  29. 20 3月, 2020 1 次提交
  30. 25 2月, 2020 1 次提交
    • E
      Lots of timeline related changes, below · d46c8a8c
      Eric Amodio 提交于
      UI:
      Adds Refresh icon to view title
      Adds "Load more" entry at the end of the list for paging
      
      API:
      Restructures api around cursors
      Renames TimelineCursor to generic TimelineOptions for more flexibility
      Adds paging object to Timeline for clearer paging usage
      Changes cursors to be strings, and explicit before and after cursors
      Allows limit to take a cursor, so we can reload current data set
      Clarifies id and fallback to timestamp
      Adds reset flag to TimelineChangeEvent for providers to reset caching
      
      Git provider:
      Orders and returns commit date as the timestamp
      Supports limit of a cursor (using rev-list --count)
      Stops returning working/index changes when paging
      Forcably resets cached data when changes are detected (naive for now)
      d46c8a8c
  31. 18 2月, 2020 2 次提交
  32. 11 2月, 2020 1 次提交
  33. 05 2月, 2020 1 次提交
  34. 31 1月, 2020 1 次提交