Lines Matching full:commit
88 branch. This is typically latest commit in the remote-tracking branch.
92 * `PREUPLOAD_COMMIT`: The commit that is currently being checked.
103 * `${PREUPLOAD_COMMIT}`: Commit hash.
104 * `${PREUPLOAD_COMMIT_MESSAGE}`: Commit message.
119 that are merged. Hooks will still run on the merge commit itself.
134 some_cat = formatter --cat-commit ${PREUPLOAD_COMMIT}
135 some_dog = tool --no-cat-in-commit-message ${PREUPLOAD_COMMIT_MESSAGE}
144 * `clang_format`: Run git-clang-format against the commit. The default style is
158 files match in a specific commit, then the hook will be skipped for that commit.
247 * Commit message checks (correct format/BUG/TEST/SOB tags/etc...).