Files
gerrit/gerrit-server/src
Dave Borowitz cf0daa40ab ReceiveCommits: Always parseBody before validating commits
Commit validators require a parsed body. Many times in ReceiveCommits
we will first call validCommit via ReceiveCommits#validate, which
parses the body, but that is not always the case. Make sure we always
parse the body by passing in a RevWalk first.

Change-Id: If07bffbc9d14a34b5a8fc48a93b3b26b0ccfb004
2016-01-26 07:52:06 -05:00
..