For example, git commit -s will generate this log message:
test: test commit
Signed-off-by: Shenghou Ma <minux@golang.org>
Change-Id: I3545610fc076ab9da46bb5ed571a49730a5075dc
However, it should look this instead, which is generated by the official gerrit commit-msg hook:
test: test commit
Change-Id: I3545610fc076ab9da46bb5ed571a49730a5075dc
Signed-off-by: Shenghou Ma <minux@golang.org>
For example, git commit -s will generate this log message:
However, it should look this instead, which is generated by the official gerrit commit-msg hook: