1. 65d93c1 leverage chromite cros_test_lib module by Mike Frysinger · 10 years ago
  2. ae40952 use `cros lint` on upload hooks by Mike Frysinger · 10 years ago
  3. 5122a1f speed up _get_file_diff slightly by Mike Frysinger · 10 years ago
  4. b6ac17a Fix coreboot project-specific pre-upload hooks by Shawn Nematbakhsh · 10 years ago
  5. 51e16ac Add optional check for "Signed-off-by:" tag by Shawn Nematbakhsh · 10 years ago
  6. c51ece7 make sure KEYWORDS are set correctly in ebuilds by Mike Frysinger · 10 years ago
  7. 011af94 uprev check: ignore portage-stable & ChangeLog files by Mike Frysinger · 10 years ago
  8. 5e0efa7 licensing: Add presubmit check for license errors by Yu-Ju Hong · 10 years ago
  9. 77886db Revert "licensing: Add presubmit check for license errors" by Yu-Ju Hong · 10 years ago
  10. 9db2b95 licensing: Add presubmit check for license errors by Yu-Ju Hong · 10 years ago
  11. 7318fd6 Change checkpatch.pl options for EC projects by Randall Spangler · 10 years ago
  12. 2edd900 Teach pre-upload.py to accept a list of directories to work with. by David James · 10 years ago
  13. 09d6a3d convert to print function by Mike Frysinger · 10 years ago
  14. 52b537e scan Manifest files in ebuild overlays by Mike Frysinger · 11 years ago
  15. df98070 sort project hooks by Mike Frysinger · 11 years ago
  16. 42b8a05 Try to check for missing revbumps of ebuilds by Doug Anderson · 11 years ago
  17. 1474956 Add testing features to the pre-upload hook by Doug Anderson · 11 years ago
  18. 77086ba Update checkpatch to match kernel v3.10-rc7 by Doug Anderson · 11 years ago
  19. fbf0de0 Add more repos to the 'checkpatch.pl' set by Vadim Bendebury · 11 years ago
  20. c3b68b3 Add check for a valid CQ-DEPEND field. by David James · 11 years ago
  21. 5c0073d Disallow 'chromium-os:' in BUG field. by David James · 11 years ago
  22. 5ce2d7b Use git-format-patch to generate patch by Che-Liang Chiou · 11 years ago
  23. cf3c32c Don't try to read non-existant files in _verify_header_content. by Gabe Black · 11 years ago
  24. 4c018e7 check for ".corp.google.com" suffix in FQDN for copyright hook by David Hendricks · 11 years ago
  25. 0af30eb use greedy regular expressions by David Hendricks · 11 years ago
  26. 33f77d5 Add Google copyright check for Coreboot by David Hendricks · 11 years ago
  27. a0e310d Add a check for "Google Inc." copyright by David Hendricks · 11 years ago
  28. 35030d0 Factor out re-usable code from _check_license by David Hendricks · 11 years ago
  29. 7b618af Minor tweaks to custom repo hooks. by Jon Salz · 12 years ago
  30. a96810f Add presubmit for kernel config/code changes by Olof Johansson · 12 years ago
  31. 3ee59de Add [Hook Scripts] config section. by Jon Salz · 12 years ago
  32. 9825593 Try UTF-8 when checking for 80-character lines. by Jon Salz · 12 years ago
  33. 57b9c09 add MRC to list of repos for project specific hooks by Puneet Kumar · 12 years ago
  34. c80e3f6 Add check for BRANCH= tag on project specific repos by Puneet Kumar · 12 years ago
  35. 28766e6 Revert "Enforce the current year in license blurb." by David James · 12 years ago
  36. aae49e8 Enforce the current year in license blurb. by Gilad Arnold · 12 years ago
  37. 0e67992 pre-upload.py: Don't verify jquery, minified JavaScript. by Andrew de los Reyes · 12 years ago
  38. 11ecc74 update EC repository path by Vincent Palatin · 12 years ago
  39. 1f06464 repohooks: Allow BUG=chromium:1234. by Daniel Erat · 12 years ago
  40. 0645663 cosmetic: Added docstring to main() function. by Doug Anderson · 12 years ago
  41. 44a644f Allow running the pre-upload hook outside of the context of repo. by Doug Anderson · 12 years ago
  42. 0162e72 Add EC source code to pre-upload checks by Vincent Palatin · 12 years ago
  43. 5ab3419 repohooks: allow tabs in .mk files by Elly Jones · 12 years ago
  44. 5bfb679 Suppress checks for files in overlay profiles by Doug Anderson · 12 years ago
  45. 1eb0ab6 Add u-boot-vboot-integration to pre-upload checks by Che-Liang Chiou · 12 years ago
  46. d780d60 suppress checks for ebuild Manifests and caches by Brian Harring · 12 years ago
  47. 815d685 U-Boot: Remove old paths and add checkpatch check to U-Boot commits by Anton Staaf · 13 years ago
  48. 8f6553e Ensure BUG= line is formatted correctly. by David McMahon · 13 years ago
  49. 05dbf25 Add .gitignore so 'repo status' doesn't show errors.pyc. by Doug Anderson · 13 years ago
  50. 9b65163 Look at PRESUBMIT.cfg file to disable style checks by Ryan Cui · 13 years ago
  51. 1562fb8 Run hooks and show errors for all projects and commits before quitting. by Ryan Cui · 13 years ago
  52. f8b6e01 Added ktop and punybench to exclusion list by Paul Taysom · 13 years ago
  53. 0f91cbf Add u-boot-config to the list of TAB_OK projects. by Doug Anderson · 13 years ago
  54. dba548a Adjust pre-upload to give cleaner errors. by Don Garrett · 13 years ago
  55. fa55df5 Print which project _get_commits() failed for by Ryan Cui · 13 years ago
  56. 23a2c58 [repohooks] Remove %B in favour of %s & %b by Sean Paul · 13 years ago
  57. 4725d95 Use the upstream tracking branch of current branch as base, instead of m/master. by Ryan Cui · 13 years ago
  58. 72834d1 Add a _run_command() function that executes shell commands. by Ryan Cui · 13 years ago
  59. 19baef0 [repohooks] Fix bug in pre-upload.py that fails on versions with characters by Sean Paul · 13 years ago
  60. ba01d40 [repohooks] Update pre-upload.py script to check git version by Sean Paul · 13 years ago
  61. 31e0c17 Partially revert "Disable source file checks for src/third_party repos and reorder source file hooks" by Ryan Cui · 13 years ago
  62. e37fe1a Disable source file checks for src/third_party repos and reorder hooks by Ryan Cui · 13 years ago
  63. a23eb5f pre-upload.py: check that Change-Id is in the last line by Mandeep Singh Baines · 13 years ago
  64. a039cfd Fix broken JSON validator. Needs list and not a string. by Dale Curtis · 13 years ago
  65. 2975c43 Add JSON verification hooks for autotest-tools repo. by Dale Curtis · 13 years ago
  66. 96a53be pre-upload.py: simplify BUG and TEST checks by Mandeep Singh Baines · 13 years ago
  67. a7ffa4b pre-upload.py: inform user about commit and project which is failing by Mandeep Singh Baines · 13 years ago
  68. ec4d633 Port git-cl-upload hooks over to the 'repo upload' workflow by Ryan Cui · 13 years ago
  69. b933aab Merge "Run checkpatch on kernel-next, too." by Doug Anderson · 13 years ago
  70. 830216f Run checkpatch on kernel-next, too. by Doug Anderson · 13 years ago
  71. 26e4e21 Update checkpatch to the one from 2.6.38. by Doug Anderson · 13 years ago
  72. b9ed140 pre-upload.py: iterate over each commit by Mandeep Singh Baines · 13 years ago
  73. 116ad10 pre-upload.py: Generalize a framework and add kernel checkpatch.pl by Mandeep Singh Baines · 13 years ago
  74. 69e470e pre-upload.py: import random by Mandeep Singh Baines · 13 years ago
  75. 63afad7 Add pre-upload.py sample by Anush Elangovan · 13 years ago