"vllm/vscode:/vscode.git/clone" did not exist on "5c4b6e66fec0a59f702e32ec5c476cdd8a800566"
  1. 10 Apr, 2025 1 commit
  2. 09 Apr, 2025 1 commit
  3. 08 Apr, 2025 1 commit
  4. 04 Apr, 2025 2 commits
  5. 31 Mar, 2025 2 commits
  6. 27 Mar, 2025 1 commit
  7. 21 Mar, 2025 1 commit
  8. 14 Mar, 2025 1 commit
  9. 10 Mar, 2025 1 commit
  10. 08 Mar, 2025 1 commit
  11. 06 Mar, 2025 1 commit
  12. 05 Mar, 2025 1 commit
  13. 27 Feb, 2025 1 commit
  14. 25 Feb, 2025 1 commit
  15. 22 Feb, 2025 1 commit
  16. 19 Feb, 2025 1 commit
  17. 15 Feb, 2025 1 commit
  18. 04 Feb, 2025 1 commit
  19. 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
  20. 29 Jan, 2025 1 commit
  21. 23 Jan, 2025 1 commit
  22. 20 Jan, 2025 1 commit
  23. 13 Jan, 2025 1 commit
  24. 12 Jan, 2025 1 commit
  25. 11 Jan, 2025 1 commit
  26. 10 Jan, 2025 2 commits
  27. 08 Jan, 2025 2 commits
  28. 07 Jan, 2025 2 commits
  29. 06 Jan, 2025 2 commits
  30. 28 Dec, 2024 1 commit
  31. 25 Dec, 2024 1 commit
  32. 23 Dec, 2024 1 commit
  33. 15 Nov, 2024 1 commit
  34. 08 Nov, 2024 1 commit