Lines Matching full:commit
10 A good commit does exactly one thing. We prefer many small, atomic commits to
11 one large commit which makes many functional changes.
21 possible, your commit should stand alone on top of master - "Fix whitespace in
35 When someone makes a comment on your commit in Gerrit, modify that commit and
37 `git commit --amend`, for which there are many guides online. As mentioned in
43 include a unit test to exercise that change, within the same commit. Unit tests
50 ## Formatting Commit Messages
52 Your commit message should explain:
55 spelling" This first line of your commit message is the subject line.
60 your commit message and is required for all code changes in the IPMI stack. It
72 Loosely, we try to follow the 50/72 rule for commit messages - that is, the
76 All commit messages must include a Signed-off-by line, which indicates that you
88 the commit if they have not been added to the review!