Lines Matching refs:commit
22 review changes to Ceres. Gerrit enables pre-commit reviews so that
57 the Gerrit pre-commit hook automatically. This pre-submit hook
65 … curl -o .git/hooks/commit-msg https://ceres-solver-review.googlesource.com/tools/hooks/commit-msg
66 chmod +x .git/hooks/commit-msg
104 like. Commit your changes as one patch. When you commit, the Gerrit
105 hook will add a `Change-Id:` line as the last line of the commit.
107 Make sure that your commit message is formatted in the `50/72 style
108 <http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html>`_.
125 commit*. Instead, update the last commit using a command like the
130 git commit --amend -a
132 This will update the last commit, so that it has both the original
133 patch and your updates as a single commit. You will have a chance
134 to edit the commit message as well. Push the new commit to Gerrit
137 Gerrit will use the ``Change-Id:`` to match the previous commit