"tests/vscode:/vscode.git/clone" did not exist on "1fe554bac32419a6d64a5c977849806a1efd9725"
  1. 02 May, 2025 1 commit
  2. 30 Apr, 2025 1 commit
  3. 29 Apr, 2025 2 commits
  4. 21 Apr, 2025 1 commit
  5. 10 Apr, 2025 1 commit
  6. 09 Apr, 2025 1 commit
  7. 08 Apr, 2025 1 commit
  8. 04 Apr, 2025 2 commits
  9. 31 Mar, 2025 2 commits
  10. 27 Mar, 2025 1 commit
  11. 21 Mar, 2025 1 commit
  12. 14 Mar, 2025 1 commit
  13. 10 Mar, 2025 1 commit
  14. 08 Mar, 2025 1 commit
  15. 06 Mar, 2025 1 commit
  16. 05 Mar, 2025 1 commit
  17. 27 Feb, 2025 1 commit
  18. 25 Feb, 2025 1 commit
  19. 22 Feb, 2025 1 commit
  20. 19 Feb, 2025 1 commit
  21. 15 Feb, 2025 1 commit
  22. 04 Feb, 2025 1 commit
  23. 31 Jan, 2025 1 commit
    • Cody Yu's avatar
      [Git] Automatically sign-off commits (#12595) · 847f8832
      Cody Yu authored
      
      
      It's very annoying when I forgot to add `-s` in `git commit` to
      sign-off, because I then need to `git rebase HEAD~1 --signoff` and `git
      push -f` to fix the DCO. This PR adds a hook to sign off commits
      automatically when `-s` is missing to solve this problem. The only
      change from the user side is now users have to install 2 hooks, so
      instead of just
      
      ```
      pre-commit install
      ```
      
      Now we need to
      
      ```
      pre-commit install --hook-type pre-commit --hook-type commit-msg
      ```
      
      Note that even if users still only install the pre-commit hook, they
      won't get any error in `git commit`. Just the sign-off hook won't run.
      
      cc @hmellor @youkaichao
      
      ---------
      Signed-off-by: default avatarCody Yu <hao.yu.cody@gmail.com>
      847f8832
  24. 29 Jan, 2025 1 commit
  25. 23 Jan, 2025 1 commit
  26. 20 Jan, 2025 1 commit
  27. 13 Jan, 2025 1 commit
  28. 12 Jan, 2025 1 commit
  29. 11 Jan, 2025 1 commit
  30. 10 Jan, 2025 2 commits
  31. 08 Jan, 2025 2 commits
  32. 07 Jan, 2025 2 commits
  33. 06 Jan, 2025 2 commits