Merge branch 'stable-2.6'
* stable-2.6: Clearer error message when Change-Id line not found Fix parameter checking on ls-projects command Add LDAP Groups section to docs Change-Id: I38b1979a72d7327bfb41cc0a676123c4a238c330
This commit is contained in:
@@ -486,7 +486,8 @@ public class CommitValidators {
|
||||
sb.append('\n');
|
||||
sb.append(changeId).append(" I").append(c.name());
|
||||
sb.append('\n');
|
||||
sb.append("Hint: A potential Change-Id was found, but it was not in the footer of the commit message.");
|
||||
sb.append("Hint: A potential Change-Id was found, but it was not in the ");
|
||||
sb.append("footer (last paragraph) of the commit message.");
|
||||
}
|
||||
}
|
||||
sb.append('\n');
|
||||
|
Reference in New Issue
Block a user