aboutsummaryrefslogtreecommitdiff
path: root/PRESUBMIT.py
AgeCommit message (Collapse)Author
2013-01-25Update presubmit branch check text for git 1.8Derek Schuff
The old option recommendation is deprecated. R=jvoung@chromium.org BUG= Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-llvm.git;a=commit;h=64dafdc Review URL: https://codereview.chromium.org/12079003
2012-09-18Add PRESUBMIT check to warn if the working branch does not track origin/masterDerek Schuff
In this case, git cl push can fail silently to push the change R=jvoung@chromium.org,robertm@chromium.org BUG= Review URL: https://codereview.chromium.org/10946016
2012-08-14Add PRESUBMIT.py and OWNERS for LLVMDerek Schuff
The presubmit reuses Chrome's standard checks, but excludes all directories for the code checks because LLVM does not use Chromium style. The end result is just the standard checks that check that there is a commit message and that there is an LGTM. The OWNERS file only has users who currently have access on the gerrit repo. Obviously any user with full access there can bypass these checks, so they are mostly just conveniences for keeping our commit logs uniform. R=bradn,jvoung@chromium.org,sehr@chromium.org BUG= http://code.google.com/p/nativeclient/issues/detail?id=2295 Review URL: https://chromiumcodereview.appspot.com/10830314